summaryrefslogtreecommitdiff
path: root/games/unnethack/files/pkg-deinstall.in
blob: 18c983918adf50246bb554965ac8dcb5fb8423fc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ "$2" = "POST-DEINSTALL" -a -d "%%VARDIR%%" ]; then
	echo ""
	echo "    If unnethack is being removed permanently, please remove"
	echo ""
        echo "        %%VARDIR%%"
	echo ""
fi