summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-10 15:34:22 +0000
committerjlam <jlam@pkgsrc.org>2006-03-10 15:34:22 +0000
commit0e8686db8dc65e8b9190cfd41bbe849e485a5759 (patch)
treefdc4f05601704286ff82492d49a8712b3d22bee2 /games
parent42e9595346091a307385b24bed4e9ffd370bbd96 (diff)
downloadpkgsrc-0e8686db8dc65e8b9190cfd41bbe849e485a5759.tar.gz
Remove unused DEINSTALL script that was being superseded by the one
generated by the pkginstall framework.
Diffstat (limited to 'games')
-rw-r--r--games/nethack-lib/DEINSTALL17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/nethack-lib/DEINSTALL b/games/nethack-lib/DEINSTALL
deleted file mode 100644
index 78a70f9b70e..00000000000
--- a/games/nethack-lib/DEINSTALL
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.2 2003/01/20 09:47:14 wiz 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/nethackdir340.
-=============================================================
-
-EOF
- ;;
-esac