#!/bin/sh
if [ -h /usr/share/hexedit ]; then
  rm -f /usr/share/hexedit
fi
exit 0
