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

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