]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mythfront/mythfront-session/mythfront.sh
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mythfront / mythfront-session / mythfront.sh
1 #!/bin/sh
2
3 mkdir -p $HOME/.mythtv
4 ln -sf /var/lib/config/lircrc $HOME/.mythtv/lircrc
5 ln -sf /etc/mythtv/mysql.txt $HOME/.mythtv/mysql.txt
6
7 exec mythfrontend
8