summaryrefslogtreecommitdiff
path: root/games/nethack32/files/pkg-deinstall.in
blob: eef0b35d65e180a7028de9990d542d6330bc0af8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# $FreeBSD$

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