summaryrefslogtreecommitdiff
path: root/games/ularn/DEINSTALL
diff options
context:
space:
mode:
authorben <ben>2003-12-06 19:29:43 +0000
committerben <ben>2003-12-06 19:29:43 +0000
commitb24876d188cf0e219280d203e6a5d036b79b3c0c (patch)
tree9a0d0bbfa0dd10c51ef99b7340508db3b556c334 /games/ularn/DEINSTALL
parent1bf2586a2fb3962c143d035f45ce9f28c2d81b6a (diff)
downloadpkgsrc-b24876d188cf0e219280d203e6a5d036b79b3c0c.tar.gz
Add DEINSTALL to alert user they may remove share directory.
Diffstat (limited to 'games/ularn/DEINSTALL')
-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