openbsd-ports/games/xkobo/pkg/DEINSTALL
2003-08-22 17:58:13 +00:00

12 lines
220 B
Bash

#! /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