Changeset 76023 in vbox for trunk/src/VBox/Additions/darwin/Installer/DiskImage
- Timestamp:
- Dec 6, 2018 7:05:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/Installer/DiskImage/Uninstall.tool
r69500 r76023 2 2 # $Id$ 3 3 ## #file 4 # VirtualBox Uninstaller Script.4 # VirtualBox Guest Additions uninstall script. 5 5 # 6 6 7 7 # 8 # Copyright (C) 2007-201 7Oracle Corporation8 # Copyright (C) 2007-2018 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 105 105 done 106 106 107 # Remove our kexts from the cache. 108 echo "Updating kernel cache." 109 sudo -p "Please enter %u's password (refreshing kext cache):" touch "/System/Library/Extensions/" 110 sudo -p "Please enter %u's password (refreshing kext cache):" kextcache -update-volume / 111 107 112 echo "Done." 108 113 exit 0;
Note:
See TracChangeset
for help on using the changeset viewer.