VirtualBox

Ignore:
Timestamp:
Sep 19, 2016 2:19:48 PM (8 years ago)
Author:
vboxsync
Message:

bugref:3809: Linux installer maintenance: Additions installer more clean-ups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r63870 r63889  
    206206            setup
    207207            $MODPROBE vboxguest >/dev/null 2>&1 || {
    208                 "$lib_path/$PACKAGE/vboxadd-x11" cleanup 2>> "${LOG}"
     208                "${INSTALL_DIR}/init/vboxadd-x11" cleanup 2>> "${LOG}"
    209209                fail "modprobe vboxguest failed"
    210210            }
     
    229229
    230230    # Put the X.Org driver in place.  This is harmless if it is not needed.
    231     "$lib_path/$PACKAGE/vboxadd-x11" setup 2>> "${LOG}"
     231    "${INSTALL_DIR}/init/vboxadd-x11" setup 2>> "${LOG}"
    232232    # Install the guest OpenGL drivers.  For now we don't support
    233233    # multi-architecture installations
     
    383383    # Put mount.vboxsf in the right place
    384384    ln -sf "$lib_path/$PACKAGE/mount.vboxsf" /sbin
    385     # And an rc file to re-build the kernel modules and re-set-up the X server.
    386     ln -sf "$lib_path/$PACKAGE/vboxadd" /sbin/rcvboxadd
    387385    # And a post-installation script for rebuilding modules when a new kernel
    388386    # is installed.
     
    468466
    469467    # Clean-up X11-related bits
    470     "$lib_path/$PACKAGE/vboxadd-x11" cleanup 2>> "${LOG}"
     468    "${INSTALL_DIR}/init/vboxadd-x11" cleanup 2>> "${LOG}"
    471469
    472470    # Remove other files
    473471    rm /sbin/mount.vboxsf 2>/dev/null
    474     rm /sbin/rcvboxadd 2>/dev/null
    475472    rm -f /etc/kernel/postinst.d/vboxadd /etc/kernel/prerm.d/vboxadd
    476473    rmdir -p /etc/kernel/postinst.d /etc/kernel/prerm.d 2>/dev/null
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette