aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/keylaunch/keylaunch-conf_2.0.10.bb
blob: aeb9c862ca157b1a83978a27ce77a26acee63120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
RDEPENDS_append_spitz = " display-brightness"
RDEPENDS_append_akita = " display-brightness"
RDEPENDS_append_c7x0 = " display-brightness"

SECTION = "gpe"
LICENSE = "GPL"
DESCRIPTION = "Device-specific keylaunch configuration"
PACKAGE_ARCH = "${MACHINE_ARCH}"
PR = "r2"

SRC_URI = " file://keylaunchrc"
SRC_URI += " file://80chvt-SUID"

do_install () {
	install -d ${D}${sysconfdir}
	install -d ${D}${sysconfdir}/X11/Xinit.d
	install -m 0644 ${WORKDIR}/keylaunchrc ${D}${sysconfdir}/keylaunchrc.matchbox
	install ${WORKDIR}/80chvt-SUID ${D}${sysconfdir}/X11/Xinit.d
}

pkg_postinst_${PN}() {
	update-alternatives --install /etc/keylaunchrc keylaunchrc /etc/keylaunchrc.matchbox 10
}

pkg_postrm_${PN}() {
       update-alternatives --remove keylaunchrc /etc/keylaunchrc.matchbox
}