summaryrefslogtreecommitdiff
path: root/packages/mythfront/mythfront-session.bb
blob: 4efa02df22315dfaffb9db743230578a863f334d (plain)
1
2
3
4
5
6
7
8
9
PV = "1.4"
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
}