#! /bin/sh
case "X${PKG_DELETE_EXTRA}" in
XYes) ;;
*)
echo "+---------------"
echo "| Please remove the score-directory /var/games/xkobo.scores"
echo "| to fully un-install xkobo."
echo "+---------------";;
esac

exit 0
