Changeset 7870 in vbox for trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
- Timestamp:
- Apr 10, 2008 2:26:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r7771 r7870 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 … … 81 81 rm -f $vboxadditions_path/vboxvideo_drv_* 82 82 /usr/sbin/removef -f $PKGINST 83 83 84 84 # Some distros like Indiana have no xorg.conf, deal with this 85 85 if ! (test -f '/etc/X11/xorg.conf' -o -f '/etc/X11/.xorg.conf'); then … … 91 91 fi 92 92 93 # Remove redundant files 94 #/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 93 99 /usr/sbin/installf -f $PKGINST 100 101 #/usr/sbin/devlinks 94 102 95 103 # Setup our VBoxService SMF service
Note:
See TracChangeset
for help on using the changeset viewer.