summaryrefslogtreecommitdiff
path: root/games/xscavenger
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-30 20:22:49 +0000
committerjlam <jlam>2003-08-30 20:22:49 +0000
commit20b85a151292d1c2495d2fba787ca26293c7a9e2 (patch)
treed334e2fd95050def4488e848ea48612e6f9103a4 /games/xscavenger
parent1c9f4e0bdcaa144f30d977697cd5fdfe70963ce1 (diff)
downloadpkgsrc-20b85a151292d1c2495d2fba787ca26293c7a9e2.tar.gz
Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
Diffstat (limited to 'games/xscavenger')
-rw-r--r--games/xscavenger/DEINSTALL8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/xscavenger/DEINSTALL b/games/xscavenger/DEINSTALL
index cd8b4ce2211..1f8bf360997 100644
--- a/games/xscavenger/DEINSTALL
+++ b/games/xscavenger/DEINSTALL
@@ -1,13 +1,11 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1 2001/11/01 00:57:45 zuntum Exp $
+# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:22:54 jlam Exp $
#
PKGNAME=$1
case $2 in
-DEINSTALL)
- ;;
POST-DEINSTALL)
cat << EOF
=============================================================================
@@ -17,9 +15,5 @@ user playing it.
=============================================================================
EOF
;;
-*)
- echo "Unexpected argument: $2"
- exit 1
- ;;
esac
exit 0