Changeset 23169 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 21, 2009 9:04:39 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52588
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/preremove.sh
r22371 r23169 18 18 # 19 19 20 echo "Removing VirtualBox drivers and services..."21 22 20 currentzone=`zonename` 23 21 if test "$currentzone" = "global"; then 22 echo "Removing VirtualBox drivers and services..." 24 23 /opt/VirtualBox/vboxconfig.sh --preremove 24 if test "$?" -eq 0; then 25 echo "Done." 26 exit 0 27 fi 28 echo "Failed." 29 exit 1 25 30 fi 26 31 27 echo "Done."28 32 exit 0 29 33
Note:
See TracChangeset
for help on using the changeset viewer.