freebsd-ports/games/unnethack/files/pkg-deinstall.in
Akinori MUSHA 903b776c86 This is a port of UnNetHack, a new variant of NetHack, based on and
repocopied from the slashem-tty port.
2010-01-27 05:59:59 +00:00

11 lines
214 B
Bash

#!/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