summaryrefslogtreecommitdiff
path: root/games/nethack-lib/DEINSTALL
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:47:39 +0000
committerzuntum <zuntum>2001-11-01 00:47:39 +0000
commit1b9f41a39161bad144fdeb94a0e51fa8ba7c309a (patch)
tree9272b7d09aad70c4eb3fc070bc4f4d3ebc8e5754 /games/nethack-lib/DEINSTALL
parent12b93642c9daf031b8f20f51ed2a9a139529d6ef (diff)
downloadpkgsrc-1b9f41a39161bad144fdeb94a0e51fa8ba7c309a.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'games/nethack-lib/DEINSTALL')
-rw-r--r--games/nethack-lib/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/nethack-lib/DEINSTALL b/games/nethack-lib/DEINSTALL
new file mode 100644
index 00000000000..800f8d535cc
--- /dev/null
+++ b/games/nethack-lib/DEINSTALL
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/11/01 00:54:19 zuntum Exp $
+#
+
+case $2 in
+ DEINSTALL) cat << EOF
+
+=============================================================
+The records, log and savegames were not wiped out by this
+deletion process. If you don't want them around, please
+remove ${PKG_PREFIX}/share/nethackdir.
+=============================================================
+
+EOF
+ ;;
+esac