summaryrefslogtreecommitdiff
path: root/games/falcons-eye/DEINSTALL
diff options
context:
space:
mode:
authorpooka <pooka>2002-01-21 11:56:16 +0000
committerpooka <pooka>2002-01-21 11:56:16 +0000
commit9deb978b8fdad372dcd605abf0908ed7a0d09097 (patch)
tree70617b839dc8eb87e31228675434436b7eb226ea /games/falcons-eye/DEINSTALL
parent892c4c11e80c467e129395d751bef84a0d931051 (diff)
downloadpkgsrc-9deb978b8fdad372dcd605abf0908ed7a0d09097.tar.gz
Falcon's Eye 1.9.3, isometric Nethack with real graphics.
Originally supplied by collver@linuxfreemail.com in pkg/14359 and subsequently modified somewhat mostly by him.
Diffstat (limited to 'games/falcons-eye/DEINSTALL')
-rw-r--r--games/falcons-eye/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/falcons-eye/DEINSTALL b/games/falcons-eye/DEINSTALL
new file mode 100644
index 00000000000..27dde049e85
--- /dev/null
+++ b/games/falcons-eye/DEINSTALL
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 2002/01/21 11:56:16 pooka Exp $
+#
+
+case $2 in
+ DEINSTALL) cat << EOF
+
+ =============================================================
+ The records, log, settings and savegames were not wiped out
+ by this deletion process. If you don't want them around,
+ please remove ${PKG_PREFIX}/share/falcons-eye-dir.
+ =============================================================
+
+EOF
+ ;;
+esac