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 /emulators/vmware-module3 | |
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 'emulators/vmware-module3')
-rw-r--r-- | emulators/vmware-module3/INSTALL | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/emulators/vmware-module3/INSTALL b/emulators/vmware-module3/INSTALL index 75ecd3ef18d..73929740cce 100644 --- a/emulators/vmware-module3/INSTALL +++ b/emulators/vmware-module3/INSTALL @@ -1,10 +1,8 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.1.1.1 2003/02/16 19:43:36 bad Exp $ +# $NetBSD: INSTALL,v 1.2 2003/08/30 20:22:52 jlam Exp $ case $2 in -PRE-INSTALL) - ;; POST-INSTALL) /bin/cat << EOF =========================================================================== @@ -29,9 +27,4 @@ Then, reboot your system. =========================================================================== EOF ;; -*) - echo "Unexpected argument: $2" - exit 1 - ;; esac -exit 0 |