Changeset 69315 in vbox for trunk/src/VBox/Additions/darwin/Installer
- Timestamp:
- Oct 25, 2017 3:02:19 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/darwin/Installer
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/Installer/DiskImage/Uninstall.tool
r48251 r69315 1 1 #!/bin/sh 2 # $Id$ 3 ## #file 4 # VirtualBox Uninstaller Script. 2 5 # 3 # VirtualBox Uninstaller Script. 6 4 7 # 5 8 # Copyright (C) 2007-2013 Oracle Corporation … … 104 107 echo "Done." 105 108 exit 0; 109 -
trunk/src/VBox/Additions/darwin/Installer/VBoxGuestAdditionsKEXTs/postflight
r48251 r69315 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # Post flight installer script for the VirtualBox OS X kernel extensions. 5 # 2 6 3 7 # -
trunk/src/VBox/Additions/darwin/Installer/VBoxGuestAdditionsToolsAndServices/VBoxServiceWrapper
r48251 r69315 1 1 #!/bin/sh 2 # 2 ## @file 3 3 # VBoxService wrapper script. 4 4 # 5 5 # Load required kernel extensions before start service (if necessary). 6 # 7 6 8 # 7 9 # Copyright (C) 2007-2013 Oracle Corporation
Note:
See TracChangeset
for help on using the changeset viewer.