aboutsummaryrefslogtreecommitdiff
path: root/games/nethack36/files/pkg-deinstall.in
blob: 04e356acdf024c84d030ae2e5c4dff9b8149a59a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

if [ "${2}" = "POST-DEINSTALL" ]; then
	if [ -d "${PKG_PREFIX}/%%HACKDIR%%" ]; then
		echo
		echo "The ${1} save files have not been removed."
		echo
		echo "If you are deleting ${1} permanently then you can "
		echo "remove the save files with the command:"
		echo
		echo "	rm -rf ${PKG_PREFIX}/%%HACKDIR%%"
		echo
	fi
fi