Changeset 58281 in vbox for trunk/src/VBox/Installer/darwin/VBoxKEXTs/postflight
- Timestamp:
- Oct 16, 2015 2:37:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VBoxKEXTs/postflight
r56299 r58281 43 43 # Install the launchd script. 44 44 # 45 # Make sure "/Library/LaunchDaemons/ exists first as some uninstallers/users 46 # may be silly enough to remove it. We assume that /Library exists and will 47 # not try create it because it normally has extra ACLs. 48 # 49 if [ ! -e "/Library/LaunchDaemons/" ]; then 50 set -e 51 mkdir "/Library/LaunchDaemons" 52 chmod 755 "/Library/LaunchDaemons" 53 chown root:wheel "/Library/LaunchDaemons" 54 set +e 55 fi 45 56 rm -vf "/Library/LaunchDaemons/org.virtualbox.startup.plist" 46 57 set -e
Note:
See TracChangeset
for help on using the changeset viewer.