program is already running, keylaunch can bring its window to the front\
rather than just running another copy."
PACKAGE_ARCH = "${MACHINE_ARCH}"
-PR = "r5"
+PR = "r6"
SRC_URI += " file://keylaunchrc"
install ${WORKDIR}/keylaunchrc ${S}/keylaunchrc
}
+do_install_append() {
+ # yeah I know...this is less than ideal
+ mv ${D}/etc/keylaunchrc ${D}/etc/keylaunchrc.matchbox
+}
+
export CVSBUILD="no"
+
+pkg_postinst_${PN}() {
+ update-alternatives --install /etc/keylaunchrc keylaunchrc /etc/keylaunchrc.matchbox 10
+}
+
+pkg_postrm_${PN}() {
+ update-alternatives --remove keylaunchrc /etc/keylaunchrc.matchbox
+}