12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
#! /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
|