Changeset 58186 in vbox for trunk/src/VBox/Installer/linux/debian/postinst
- Timestamp:
- Oct 12, 2015 1:51:26 PM (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/postinst
r58169 r58186 17 17 # abort-remove: (our version): removing this package failed 18 18 # abort-deconfigure: (our version): error during resolving conflicts 19 20 #include installer-common.sh21 19 22 20 LOG="/var/log/vbox-install.log" … … 48 46 addgroup --system vboxusers || true 49 47 fi 50 51 # install udev rule (disable with INSTALL_NO_UDEV=1 in52 # /etc/default/virtualbox) and /dev/vboxdrv and /dev/vboxusb/*/* device nodes53 install_device_node_setup root 0600 /usr/share/virtualbox "${usb_group}"54 48 55 49 # The starters need to be Suid root. They drop the privileges before starting
Note:
See TracChangeset
for help on using the changeset viewer.