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

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