From 4dff429575fe55c142a5782fca18d46639446e74 Mon Sep 17 00:00:00 2001 From: udeved Date: Thu, 18 Dec 2014 21:25:20 +0100 Subject: [PATCH] remove vboxservice run if vbox --- scripts/mhwd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/mhwd b/scripts/mhwd index 812a2ca..146e133 100755 --- a/scripts/mhwd +++ b/scripts/mhwd @@ -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