openbsd-ports/games/xkobo/pkg/DEINSTALL

12 lines
220 B
Plaintext
Raw Normal View History

2003-08-22 13:58:13 -04:00
#! /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