Changeset 63889 in vbox for trunk/src/VBox/Additions/linux/installer/vboxadd.sh
- Timestamp:
- Sep 19, 2016 2:19:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r63870 r63889 206 206 setup 207 207 $MODPROBE vboxguest >/dev/null 2>&1 || { 208 "$ lib_path/$PACKAGE/vboxadd-x11" cleanup 2>> "${LOG}"208 "${INSTALL_DIR}/init/vboxadd-x11" cleanup 2>> "${LOG}" 209 209 fail "modprobe vboxguest failed" 210 210 } … … 229 229 230 230 # 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}" 232 232 # Install the guest OpenGL drivers. For now we don't support 233 233 # multi-architecture installations … … 383 383 # Put mount.vboxsf in the right place 384 384 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/rcvboxadd387 385 # And a post-installation script for rebuilding modules when a new kernel 388 386 # is installed. … … 468 466 469 467 # Clean-up X11-related bits 470 "$ lib_path/$PACKAGE/vboxadd-x11" cleanup 2>> "${LOG}"468 "${INSTALL_DIR}/init/vboxadd-x11" cleanup 2>> "${LOG}" 471 469 472 470 # Remove other files 473 471 rm /sbin/mount.vboxsf 2>/dev/null 474 rm /sbin/rcvboxadd 2>/dev/null475 472 rm -f /etc/kernel/postinst.d/vboxadd /etc/kernel/prerm.d/vboxadd 476 473 rmdir -p /etc/kernel/postinst.d /etc/kernel/prerm.d 2>/dev/null
Note:
See TracChangeset
for help on using the changeset viewer.