Changeset 47362 in vbox for trunk/src/VBox/Installer/darwin/VirtualBox
- Timestamp:
- Jul 24, 2013 9:34:52 AM (12 years ago)
- Location:
- trunk/src/VBox/Installer/darwin/VirtualBox
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox/PkgBuildComponent.plist
r42742 r47362 9 9 <key>BundleHasStrictIdentifier</key> <false/> 10 10 <key>BundleOverwriteAction</key> <string>upgrade</string> 11 <key>BundlePreInstallScriptPath</key> <string>preinstall</string> 11 12 <key>BundlePostInstallScriptPath</key> <string>postflight</string> 12 13 </dict> -
trunk/src/VBox/Installer/darwin/VirtualBox/postflight
r42988 r47362 91 91 fi 92 92 93 # Restore previously installed Extension Packs (if any) 94 if [ -d "${INSTALLER_TEMP}/ExtensionPacks" ]; then 95 cp -r "${INSTALLER_TEMP}/ExtensionPacks" "${VBOX_INSTALL_PATH}" 96 rm -rf "${INSTALLER_TEMP}/ExtensionPacks" 97 fi 98 93 99 exit 0; 94
Note:
See TracChangeset
for help on using the changeset viewer.