VirtualBox

Changeset 23169 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Sep 21, 2009 9:04:39 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52588
Message:

Solaris/Installer: preremove bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/preremove.sh

    r22371 r23169  
    1818#
    1919
    20 echo "Removing VirtualBox drivers and services..."
    21 
    2220currentzone=`zonename`
    2321if test "$currentzone" = "global"; then
     22    echo "Removing VirtualBox drivers and services..."
    2423    /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
    2530fi
    2631
    27 echo "Done."
    2832exit 0
    2933
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette