VirtualBox

Ignore:
Timestamp:
Jul 24, 2013 9:34:52 AM (12 years ago)
Author:
vboxsync
Message:

OS X installer: keep previously installed extension packs on upgrade.

File:
1 edited

Legend:

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

    r42988 r47362  
    9191fi
    9292
     93# Restore previously installed Extension Packs (if any)
     94if [ -d "${INSTALLER_TEMP}/ExtensionPacks" ]; then
     95    cp -r "${INSTALLER_TEMP}/ExtensionPacks" "${VBOX_INSTALL_PATH}"
     96    rm -rf "${INSTALLER_TEMP}/ExtensionPacks"
     97fi
     98
    9399exit 0;
    94 
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