Changeset 9482 in vbox
- Timestamp:
- Jun 6, 2008 1:44:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31742
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/postinstall.sh
r9278 r9482 57 57 58 58 # We need to touch the desktop link inorder to add it to the menu right away 59 if test -f /usr/share/applications/virtualbox.desktop && test "$currentzone" = "global"; then 60 touch /usr/share/applications/virtualbox.desktop 61 fi 59 if test "$currentzone" = "global"; then 60 if test -f "/usr/share/applications/virtualbox.desktop"; then 61 touch /usr/share/applications/virtualbox.desktop 62 fi 62 63 63 # create /dev link for vboxdrv (only possible from global zone) 64 if test "$currentzone" = "global"; then 64 # create /dev link for vboxdrv (only possible from global zone) 65 65 /usr/sbin/devfsadm -i vboxdrv 66 66 fi
Note:
See TracChangeset
for help on using the changeset viewer.