summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorben <ben>2003-12-06 19:29:43 +0000
committerben <ben>2003-12-06 19:29:43 +0000
commit92e07c844fc798f9f730326782f992b7be1a90a0 (patch)
tree9a0d0bbfa0dd10c51ef99b7340508db3b556c334 /games
parent7889126b8b49a1fd068c5ac8125b658c5d48fa04 (diff)
downloadpkgsrc-92e07c844fc798f9f730326782f992b7be1a90a0.tar.gz
Add DEINSTALL to alert user they may remove share directory.
Diffstat (limited to 'games')
-rw-r--r--games/ularn/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/ularn/DEINSTALL b/games/ularn/DEINSTALL
new file mode 100644
index 00000000000..9f0a841720b
--- /dev/null
+++ b/games/ularn/DEINSTALL
@@ -0,0 +1,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