Changeset 42425 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- Jul 26, 2012 7:42:55 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79527
- Location:
- trunk/src/VBox/Additions/solaris/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r41438 r42425 146 146 if test "$currentzone" = "global"; then 147 147 /usr/sbin/installf -c none $PKGINST /dev/vboxguest=../devices/pci@0,0/pci80ee,cafe@4:vboxguest s 148 /usr/sbin/installf -c none $PKGINST /dev/vboxms=../devices/pseudo/vboxms@0:vboxmouse s 148 149 fi 149 150 … … 399 400 fi 400 401 fi 402 403 # Move the pointer integration module to kernel/drv & remove the unused module name from pkg and file from disk 401 404 402 405 # Finalize -
trunk/src/VBox/Additions/solaris/Installer/preremove.sh
r40193 r42425 53 53 if test -h "/dev/vboxguest" || test -f "/dev/vboxguest"; then 54 54 rm -f /dev/vboxdrv 55 if test -h "/dev/vboxms" || test -f "/dev/vboxms"; then 56 rm -f /dev/vboxms 55 57 fi 56 58
Note:
See TracChangeset
for help on using the changeset viewer.