summaryrefslogtreecommitdiff
path: root/games/xmris/DEINSTALL
diff options
context:
space:
mode:
authorjdc <jdc>2005-09-08 06:30:37 +0000
committerjdc <jdc>2005-09-08 06:30:37 +0000
commit0d9af02bf7f07f9f45fe7577a713aa2a75ba2b3f (patch)
tree2693e715872aff3536ca9e7faa40e94baef4a4f2 /games/xmris/DEINSTALL
parent47e4558c69c0ea13d486c12d15d0271f85365b80 (diff)
downloadpkgsrc-0d9af02bf7f07f9f45fe7577a713aa2a75ba2b3f.tar.gz
Update xmris to version 4.0.5.
Changes: Home page has moved. A couple of minor glitches fixed. GNU GPL added.
Diffstat (limited to 'games/xmris/DEINSTALL')
-rw-r--r--games/xmris/DEINSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xmris/DEINSTALL b/games/xmris/DEINSTALL
new file mode 100644
index 00000000000..f89ba14079d
--- /dev/null
+++ b/games/xmris/DEINSTALL
@@ -0,0 +1,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