pkgsrc/games/falcons-eye/DEINSTALL
pooka 60c5a78963 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.
2002-01-21 11:56:16 +00:00

17 lines
431 B
Bash

#!/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