Changeset 47362 in vbox for trunk/src/VBox/Installer/darwin/VirtualBox/postflight
- Timestamp:
- Jul 24, 2013 9:34:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.