summaryrefslogtreecommitdiff
path: root/packages/mythfront/mythfront-session.bb
blob: 1e03a4bae38651a2822c168738a5a321be75dc53 (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}${sysconfdir}/X11/Xinit.d
	install ${WORKDIR}/mythfront.sh ${D}${sysconfdir}/X11/Xinit.d/90mythfront
}