summaryrefslogtreecommitdiff
path: root/games/xmris/DEINSTALL
blob: f89ba14079dc3db0c6b0d13b7d8fdc3783362b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2005/09/08 06:30:37 jdc Exp $
#

VARBASE=@VARBASE@

case "${STAGE}" in
	POST-DEINSTALL) cat << EOF
=============================================================
The score files were not wiped out by this deletion process.
If you don't want them around, please remove the directory:
  ${VARBASE}/games/xmris
and its contents.
=============================================================
EOF
	;;
esac