Changeset 11644 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Aug 26, 2008 7:56:22 AM (16 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/VBox.sh
r11625 r11644 25 25 exec "$INSTALL_DIR/VirtualBox" "$@" 26 26 ;; 27 VirtualBox3)28 exec "$INSTALL_DIR/VirtualBox3" "$@"29 ;;30 27 VBoxManage) 31 28 exec "$INSTALL_DIR/VBoxManage" "$@" … … 41 38 ;; 42 39 VBoxQtconfig) 43 exec "$INSTALL_DIR/VBoxQt Config" "$@"40 exec "$INSTALL_DIR/VBoxQtconfig" "$@" 44 41 ;; 45 42 *) -
trunk/src/VBox/Installer/solaris/postinstall.sh
r11625 r11644 33 33 # create links 34 34 echo "Creating links..." 35 # @todo desctivated, needs to be redone for the QT4 GUI36 35 if test -f /opt/VirtualBox/VirtualBox; then 37 36 /usr/sbin/installf -c none $PKGINST /usr/bin/VirtualBox=/opt/VirtualBox/VBox.sh s 38 37 # Qt links 39 38 /usr/sbin/installf -c none $PKGINST /usr/bin/VBoxQtconfig=/opt/VirtualBox/VBox.sh s 40 fi41 if test -f /opt/VirtualBox/VirtualBox3; then42 /usr/sbin/installf -c none $PKGINST /usr/bin/VirtualBox3=/opt/VirtualBox/VBox.sh s43 # Qt links44 /usr/sbin/installf -c none $PKGINST /usr/bin/VBoxQtconfig=/opt/VirtualBox/VBox.sh s45 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/qtgcc/lib/libqt-mt.so=/opt/VirtualBox/qtgcc/lib/libqt-mt.so.3 s46 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/qtgcc/lib/libqt-mt.so.3.3=/opt/VirtualBox/qtgcc/lib/libqt-mt.so.3 s47 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/qtgcc/lib/libqt-mt.so.3.3.8=/opt/VirtualBox/qtgcc/lib/libqt-mt.so.3 s48 39 fi 49 40 /usr/sbin/installf -c none $PKGINST /usr/bin/VBoxManage=/opt/VirtualBox/VBox.sh s
Note:
See TracChangeset
for help on using the changeset viewer.