- Timestamp:
- Jul 2, 2013 10:48:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool
r43238 r46897 209 209 done 210 210 if test "$my_rc" -eq 0; then 211 echo "Successfully un installed VirtualBox."211 echo "Successfully unloaded VirtualBox kernel extensions." 212 212 else 213 echo "Failed to unload on or more KEXTs, please reboot the machine to complete the uninstall." 214 fi 213 echo "Failed to unload one or more KEXTs, please reboot the machine to complete the uninstall." 214 exit 1; 215 fi 216 217 # Cleaning up pkgutil database 218 pkgs=`/usr/sbin/pkgutil --pkgs | grep org.virtualbox.pkg` 219 for pkg in $pkgs; do 220 /usr/bin/sudo /usr/sbin/pkgutil --forget "$pkg" 221 done 222 215 223 echo "Done." 216 224 exit 0;
Note:
See TracChangeset
for help on using the changeset viewer.