summaryrefslogtreecommitdiff
path: root/games/ivan/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'games/ivan/DEINSTALL')
-rw-r--r--games/ivan/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/ivan/DEINSTALL b/games/ivan/DEINSTALL
new file mode 100644
index 00000000000..64aa3ef6ea5
--- /dev/null
+++ b/games/ivan/DEINSTALL
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2004/08/18 17:52:25 ben Exp $
+#
+
+case $2 in
+ DEINSTALL) cat << EOF
+
+=============================================================
+The records, log and bones were not wiped out by this
+deletion process. If you don't want them around, please
+remove ${PKG_PREFIX}/share/ivan.
+=============================================================
+
+EOF
+ ;;
+esac