summaryrefslogtreecommitdiff
path: root/games/unnethack/files/pkg-deinstall.in
blob: 8a0725bf3dc9d547e69221240f63e93eab5ca567 (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 slashem is being removed permanently, please remove"
	echo ""
        echo "        %%DATADIR%%"
	echo ""
fi