summaryrefslogtreecommitdiff
path: root/mythfront/mythfront-session
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-07 14:57:20 +0000
committerPhil Blundell <philb@gnu.org>2004-11-07 14:57:20 +0000
commitcc6f1059825d102be92c181d6bdaa5a9dab8223c (patch)
tree7485cf8ebeeee2bc9d883b13fc69b2f23d3aa896 /mythfront/mythfront-session
parent4778a79d213aa1b1f09f6be51971ddb285c3dd81 (diff)
move lircrc handling from mythfront-config into mythfront-session
BKrev: 418e37d0wZ7qcGE40lfEc_f-OBe6zg
Diffstat (limited to 'mythfront/mythfront-session')
-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
+