remove vboxservice run if vbox

This commit is contained in:
udeved 2014-12-18 21:25:20 +01:00
parent 2b48f1ba07
commit 4dff429575

View file

@ -23,9 +23,4 @@ if [ -e "/opt/livecd/pacman-gfx.conf" ] ; then
fi
fi
if [[ -e /run/openrc ]];then
if [[ -f /etc/X11/mhwd.d/virtualbox.conf ]];then
VBoxService &> /dev/null
fi
fi
echo "MHWD DONE" > /tmp/mhwd.task