summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2003-12-06 19:29:43 +0000
committerben <ben@pkgsrc.org>2003-12-06 19:29:43 +0000
commite143366340fa349efbbba05619b7445fd68fd23e (patch)
tree9a0d0bbfa0dd10c51ef99b7340508db3b556c334
parent2762b953836d290038fd2b5f591073fcf4bc16cb (diff)
downloadpkgsrc-e143366340fa349efbbba05619b7445fd68fd23e.tar.gz
Add DEINSTALL to alert user they may remove share directory.
-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