summaryrefslogtreecommitdiff
path: root/games/falcons-eye/DEINSTALL
blob: 27dde049e85ef3feee965e7e22323564da58f317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2002/01/21 11:56:16 pooka Exp $
#

case $2 in
        DEINSTALL) cat << EOF

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

EOF
	;;
esac