- Timestamp:
- Aug 19, 2008 12:59:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/postinstall.sh
r11358 r11485 60 60 if test -f /var/svc/manifest/application/virtualbox/webservice.xml; then 61 61 /usr/sbin/svccfg import /var/svc/manifest/application/virtualbox/webservice.xml 62 /usr/sbin/svcadm disable -s svc:/application/virtualbox/webservice:default 62 63 fi 63 64 /usr/sbin/removef $PKGINST /opt/VirtualBox/etc/devlink.tab 1>/dev/null 64 /usr/sbin/removef $PKGINST /opt/VirtualBox/etc 1>/dev/null 65 rm -rf /opt/VirtualBox/etc 65 #disabled as /opt/VirtualBox/etc is actually used for permanent config files. 66 #/usr/sbin/removef $PKGINST /opt/VirtualBox/etc 1>/dev/null 67 #rm -rf /opt/VirtualBox/etc 66 68 /usr/sbin/removef -f $PKGINST 67 69 68 70 /usr/sbin/installf -f $PKGINST 69 71 70 # We need to touch the desktop link in order to add it to the menu right away72 # We need to touch the desktop link in order to add it to the menu right away 71 73 if test "$currentzone" = "global"; then 72 74 if test -f "/usr/share/applications/virtualbox.desktop"; then
Note:
See TracChangeset
for help on using the changeset viewer.