summaryrefslogtreecommitdiff
path: root/games/nethack-lib/pkg/DEINSTALL
blob: 4acd23a351e74b7e2861760b12bdb1e793f9cb0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.2 2001/03/01 19:07:52 jlam Exp $
#

case $2 in
	DEINSTALL) cat << EOF

=============================================================
The records, log and savegames were not wiped out by this
deletion process. If you don't want them around, please
remove ${PKG_PREFIX}/share/nethackdir.
=============================================================

EOF
	;;
esac