summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
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