diff options
author | jlam <jlam@pkgsrc.org> | 2003-08-30 20:22:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-08-30 20:22:49 +0000 |
commit | 2920a32c71bae3a6a02b2c5c0576d9a60b9a0594 (patch) | |
tree | d334e2fd95050def4488e848ea48612e6f9103a4 /games/xscavenger | |
parent | 2ebf5a7dc8b33d5f29466890b65a69e886f19281 (diff) | |
download | pkgsrc-2920a32c71bae3a6a02b2c5c0576d9a60b9a0594.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/DEINSTALL | 8 |
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 |