summaryrefslogtreecommitdiff
path: root/games/gtkballs/DEINSTALL
blob: afaa179eda70bc330ae3401d8a52253ab629be31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:22:54 jlam Exp $

PKGNAME=$1

case $2 in
POST-DEINSTALL)
	cat << EOF
=============================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove the
score file ${PKG_PREFIX}/var/gtkballs-scores.
=============================================================================
EOF
	;;
esac
exit 0