summaryrefslogtreecommitdiff
path: root/games/xscavenger/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'games/xscavenger/DEINSTALL')
-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