#!/bin/sh
if [ ${PKG_ROOT} != "/" ]; then
  ln -sf ${PKG_ROOT}/usr/share/hexedit /usr/share/hexedit
fi
exit 0
