summaryrefslogtreecommitdiff
path: root/games/nethack-lib/DEINSTALL
blob: 78a70f9b70e95e24489e367bc952f451b4ccd4a7 (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 2003/01/20 09:47:14 wiz 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/nethackdir340.
=============================================================

EOF
	;;
esac