From 9deb978b8fdad372dcd605abf0908ed7a0d09097 Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 21 Jan 2002 11:56:16 +0000 Subject: 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. --- games/falcons-eye/DEINSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 games/falcons-eye/DEINSTALL (limited to 'games/falcons-eye/DEINSTALL') 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 -- cgit v1.2.3