summaryrefslogtreecommitdiff
path: root/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb')
-rw-r--r--recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb b/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
index fbcd276..3e81a4e 100644
--- a/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
+++ b/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
@@ -15,7 +15,7 @@ do_install () {
install -m 0755 ${WORKDIR}/*.sh ${D}/${bindir}
}
-pkg_postinst_${PN}() {
+pkg_postinst_ontarget_${PN}() {
mkdir -p ${sysconfdir}/xdg/lxsession/LXDE
echo "${bindir}/lvds-single-channel-24bit-mode2.sh" >> ${sysconfdir}/xdg/lxsession/LXDE/autostart
}