aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qpealarmclock/qpealarmclockapplet_1.0.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/qpealarmclock/qpealarmclockapplet_1.0.9.bb')
-rw-r--r--recipes-qtopia/qpealarmclock/qpealarmclockapplet_1.0.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qtopia/qpealarmclock/qpealarmclockapplet_1.0.9.bb b/recipes-qtopia/qpealarmclock/qpealarmclockapplet_1.0.9.bb
index f2b4cc4..7527e3a 100644
--- a/recipes-qtopia/qpealarmclock/qpealarmclockapplet_1.0.9.bb
+++ b/recipes-qtopia/qpealarmclock/qpealarmclockapplet_1.0.9.bb
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://clockappletimpl.cpp;beginline=6;endline=14;md5=f2ed65
inherit palmtop
-pkg_postinst() {
+pkg_postinst_${PN}() {
#!/bin/sh
if [ -n "$D" ]; then exit 1; fi
if pidof -s qpe >/dev/null; then
@@ -30,7 +30,7 @@ if pidof -s qpe >/dev/null; then
fi
}
-pkg_postrm() {
+pkg_postrm_${PN}() {
#!/bin/sh
/usr/bin/qcop QPE/TaskBar "reloadApplets()"
if [ -n "$D" ]; then false; fi