summaryrefslogtreecommitdiff
path: root/packages/mythfront/mythfront-session/mythfront.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mythfront/mythfront-session/mythfront.sh')
-rw-r--r--packages/mythfront/mythfront-session/mythfront.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/mythfront/mythfront-session/mythfront.sh b/packages/mythfront/mythfront-session/mythfront.sh
index e69de29bb2..b5c9ffbb56 100644
--- a/packages/mythfront/mythfront-session/mythfront.sh
+++ b/packages/mythfront/mythfront-session/mythfront.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+mkdir -p $HOME/.mythtv
+ln -sf /var/lib/config/lircrc $HOME/.mythtv/lircrc
+
+exec mythfrontend
+