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

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