summaryrefslogtreecommitdiff
path: root/emulators/vmware-module3/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware-module3/INSTALL')
-rw-r--r--emulators/vmware-module3/INSTALL9
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