VirtualBox

Changeset 89013 in vbox for trunk


Ignore:
Timestamp:
May 12, 2021 1:49:51 PM (4 years ago)
Author:
vboxsync
Message:

Installer/darwin: Install provisioning profile needed by VBoxHeadless (it is not the main executable of the bundle, so it requires the profile to be installed on the system for this user). bugref:10004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/VirtualBox/postflight

    r85100 r89013  
    9999done
    100100
     101# Install provisioning profile if present, needed by VBoxHeadless.
     102if [ -f /Applications/VirtualBox.app/Contents/embedded.provisionprofile ]; then
     103    profiles -i -F /Applications/VirtualBox.app/Contents/embedded.provisionprofile
     104fi
     105
    101106exit 0;
    102107
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette