aboutsummaryrefslogtreecommitdiffstats
path: root/mythfront/mythfront-session.oe
blob: f4a8171f29df31d2b2adb360f9dfb898d629a505 (plain)
1
2
3
4
5
6
7
8
9
PV = "1.2"

SRC_URI = "file://mythfront.sh"

do_install() {
	install -d ${D}/etc/X11/Xinit.d
	install ${WORKDIR}/mythfront.sh ${D}/etc/X11/Xinit.d/90mythfront
}