summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-config/systemconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mv-core/MythVantage-config/systemconfig.sh')
-rwxr-xr-xabs/mv-core/MythVantage-config/systemconfig.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/abs/mv-core/MythVantage-config/systemconfig.sh b/abs/mv-core/MythVantage-config/systemconfig.sh
index a038286..3fbf9b1 100755
--- a/abs/mv-core/MythVantage-config/systemconfig.sh
+++ b/abs/mv-core/MythVantage-config/systemconfig.sh
@@ -639,7 +639,12 @@ then
ser_daemon_remove="ncidd ncid $ser_daemon_remove"
ser_remove="ncid $ser_remove"
fi
-
+if [ x$UseEvrouter = x1 ]
+then
+ ser_install="evrouter Xvfb $ser_install"
+ else
+ ser_remove="evrouter $ser_remove"
+fi
#Setting the default, just to avoid the or statement..
if [ x$UseHobbit = x ]
then