summaryrefslogtreecommitdiff
path: root/emulators/vmware-module
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-30 20:22:49 +0000
committerjlam <jlam@pkgsrc.org>2003-08-30 20:22:49 +0000
commit2920a32c71bae3a6a02b2c5c0576d9a60b9a0594 (patch)
treed334e2fd95050def4488e848ea48612e6f9103a4 /emulators/vmware-module
parent2ebf5a7dc8b33d5f29466890b65a69e886f19281 (diff)
downloadpkgsrc-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-module')
-rw-r--r--emulators/vmware-module/INSTALL9
1 files changed, 1 insertions, 8 deletions
diff --git a/emulators/vmware-module/INSTALL b/emulators/vmware-module/INSTALL
index 0ce6e629bb1..46df29df750 100644
--- a/emulators/vmware-module/INSTALL
+++ b/emulators/vmware-module/INSTALL
@@ -1,10 +1,8 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.2 2002/11/06 00:14:26 wiz Exp $
+# $NetBSD: INSTALL,v 1.3 2003/08/30 20:22:51 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