aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mythfront/mythfront-session.bb
blob: 5f66164a2f92fdb2cc0da7d86c0c1921752fee10 (plain)
1
2
3
4
5
6
7
8
9
10
PV = "1.2"
LICENSE = "MIT"
SRC_URI = "file://mythfront.sh"

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