Changeset 34275 in vbox for trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool
- Timestamp:
- Nov 23, 2010 11:08:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool
r33540 r34275 164 164 165 165 # 166 # Unregister has to be done before the files are removed. 167 # 168 LSREGISTER=/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister 169 if [ -e ${LSREGISTER} ]; then 170 ${LSREGISTER} -u /Applications/VirtualBox.app > /dev/null 171 ${LSREGISTER} -u /Applications/VirtualBox.app/Contents/Resources/vmstarter.app > /dev/null 172 fi 173 174 # 166 175 # Display the sudo usage instructions and execute the command. 167 176 #
Note:
See TracChangeset
for help on using the changeset viewer.