Changeset 7878 in vbox for trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
- Timestamp:
- Apr 10, 2008 3:54:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r7870 r7878 29 29 # create links 30 30 echo "Creating links..." 31 #/usr/sbin/installf -c none $PKGINST /dev/vboxguest=../devices/pci@0,0/pci80ee,cafe@4:vboxguest s31 /usr/sbin/installf -c none $PKGINST /dev/vboxguest=../devices/pci@0,0/pci80ee,cafe@4:vboxguest s 32 32 /usr/sbin/installf -c none $PKGINST /usr/bin/VBoxClient=$vboxadditions_path/VBoxClient s 33 33 /usr/sbin/installf -c none $PKGINST /usr/bin/VBoxService=$vboxadditions_path/VBoxService s … … 92 92 93 93 # Remove redundant files 94 #/usr/sbin/removef $PKGINST $vboxadditions_path/etc/devlink.tab 1>/dev/null95 #/usr/sbin/removef $PKGINST $vboxadditions_path/etc 1>/dev/null96 #rm -rf $vboxadditions_path/etc97 #/usr/sbin/removef -f $PKGINST94 /usr/sbin/removef $PKGINST $vboxadditions_path/etc/devlink.tab 1>/dev/null 95 /usr/sbin/removef $PKGINST $vboxadditions_path/etc 1>/dev/null 96 rm -rf $vboxadditions_path/etc 97 /usr/sbin/removef -f $PKGINST 98 98 99 99 /usr/sbin/installf -f $PKGINST 100 101 #/usr/sbin/devlinks102 100 103 101 # Setup our VBoxService SMF service … … 107 105 /usr/sbin/svcadm enable svc:/system/virtualbox/vboxservice 108 106 107 /usr/sbin/devlinks 108 109 109 echo "Done." 110 110 if test $retval -eq 0; then
Note:
See TracChangeset
for help on using the changeset viewer.