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

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