- Timestamp:
- Dec 3, 2010 11:09:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/VBox.sh
r32008 r34687 39 39 and if that is not successful, try to re-install the package. 40 40 41 41 You will not be able to start VMs until this problem is fixed. 42 42 EOF 43 43 fi … … 74 74 APP=${APP##/*/} 75 75 case "$APP" in 76 VirtualBox )76 VirtualBox|virtualbox) 77 77 exec "/usr/lib/virtualbox/VirtualBox" "$@" 78 78 ;; 79 VBoxManage )79 VBoxManage|vboxmanage) 80 80 exec "/usr/lib/virtualbox/VBoxManage" "$@" 81 81 ;; 82 VBoxSDL )82 VBoxSDL|vboxsdl) 83 83 exec "/usr/lib/virtualbox/VBoxSDL" "$@" 84 84 ;; 85 VBoxVRDP) 86 exec "/usr/lib/virtualbox/VBoxHeadless" "$@" 87 ;; 88 VBoxHeadless) 85 VBoxVRDP|VBoxHeadless|vboxheadless) 89 86 exec "/usr/lib/virtualbox/VBoxHeadless" "$@" 90 87 ;;
Note:
See TracChangeset
for help on using the changeset viewer.