summaryrefslogtreecommitdiff
path: root/games/ularn/DEINSTALL
blob: 9f0a841720b3008aeeae2aee54d93a49e9df7e54 (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 2003/12/06 19:29:43 ben Exp $
#

case $2 in
        DEINSTALL) cat << EOF

	=============================================================
	The score was not wiped out by this deletion process. If you
	don't want it around, please remove
	${PKG_PREFIX}/share/Ularn.
	=============================================================

EOF
	;;
esac