VirtualBox

Ignore:
Timestamp:
Nov 23, 2010 11:08:52 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4; Installer-OSX; Resources: add handling of file type association

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool

    r33540 r34275  
    164164
    165165#
     166# Unregister has to be done before the files are removed.
     167#
     168LSREGISTER=/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister
     169if [ -e ${LSREGISTER} ]; then
     170    ${LSREGISTER} -u /Applications/VirtualBox.app > /dev/null
     171    ${LSREGISTER} -u /Applications/VirtualBox.app/Contents/Resources/vmstarter.app > /dev/null
     172fi
     173
     174#
    166175# Display the sudo usage instructions and execute the command.
    167176#
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