freebsd-ports/games/unnethack/files/pkg-deinstall.in
Akinori MUSHA 28d9ae65c1 Update unnethack to 4.0.0.20120401.
Chagne the place for variable files from $PREFIX/share/unnethack to
$PREFIX/var/games/unnethack.
2012-08-17 10:20:48 +00:00

10 lines
212 B
Bash

#!/bin/sh
# $FreeBSD$
if [ "$2" = "POST-DEINSTALL" -a -d "%%VARDIR%%" ]; then
echo ""
echo " If unnethack is being removed permanently, please remove"
echo ""
echo " %%VARDIR%%"
echo ""
fi