freebsd-ports/games/nethack36/files/pkg-deinstall.in
Greg Lewis 0fdded38b5 . Add a port of NetHack 3.6.0
PR:		205255
Submitted by:	groot@kde.org
2016-01-24 04:04:30 +00:00

14 lines
334 B
Bash

#!/bin/sh
if [ "${2}" = "POST-DEINSTALL" ]; then
if [ -d "${PKG_PREFIX}/%%HACKDIR%%" ]; then
echo
echo "The ${1} save files have not been removed."
echo
echo "If you are deleting ${1} permanently then you can "
echo "remove the save files with the command:"
echo
echo " rm -rf ${PKG_PREFIX}/%%HACKDIR%%"
echo
fi
fi