]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - VirtualBox-vboxnetadp.init
- better systemd deps
[packages/VirtualBox.git] / VirtualBox-vboxnetadp.init
index 2d5283c8a99c1dd2ef48b379ada08466ab052b13..d195ee74a3cee86606307390f3f1258909740ff2 100644 (file)
@@ -21,7 +21,8 @@ VBOX_MODULE="vboxnetadp"
 setup() {
        modprobe -s $VBOX_MODULE
        RETVAL=$?
-       if [ -d /dev/.udev ]; then
+
+       if [ -d /dev/.udev ] || [ -d /run/udev/rules.d ]; then
                return $RETVAL
        fi
 
This page took 0.121672 seconds and 4 git commands to generate.