aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-brightnessapplet/opie-brightnessapplet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-brightnessapplet/opie-brightnessapplet.inc')
-rw-r--r--recipes-opie/opie-brightnessapplet/opie-brightnessapplet.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-opie/opie-brightnessapplet/opie-brightnessapplet.inc b/recipes-opie/opie-brightnessapplet/opie-brightnessapplet.inc
index e9cd66d..1f611c9 100644
--- a/recipes-opie/opie-brightnessapplet/opie-brightnessapplet.inc
+++ b/recipes-opie/opie-brightnessapplet/opie-brightnessapplet.inc
@@ -14,7 +14,7 @@ do_install() {
install -m 0655 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
}
-pkg_postinst() {
+pkg_postinst_${PN}() {
#!/bin/sh
if [ -n "$D" ]; then exit 1; fi
if pidof -s qpe >/dev/null; then
@@ -24,7 +24,7 @@ else
fi
}
-pkg_postrm() {
+pkg_postrm_${PN}() {
#!/bin/sh
if [ -n "$D" ]; then exit 1; fi
${bindir}/qcop QPE/TaskBar "reloadApplets()"