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