aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-clockapplet/opie-clockapplet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-clockapplet/opie-clockapplet.inc')
-rw-r--r--recipes-opie/opie-clockapplet/opie-clockapplet.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-opie/opie-clockapplet/opie-clockapplet.inc b/recipes-opie/opie-clockapplet/opie-clockapplet.inc
index e2b607f..1ace247 100644
--- a/recipes-opie/opie-clockapplet/opie-clockapplet.inc
+++ b/recipes-opie/opie-clockapplet/opie-clockapplet.inc
@@ -10,7 +10,7 @@ S = "${WORKDIR}/${APPNAME}"
inherit opie
-pkg_postinst() {
+pkg_postinst_${PN}() {
#!/bin/sh
if [ -n "$D" ]; then exit 1; fi
if pidof -s qpe >/dev/null; then
@@ -18,7 +18,7 @@ if pidof -s qpe >/dev/null; then
fi
}
-pkg_postrm() {
+pkg_postrm_${PN}() {
#!/bin/sh
${bindir}/qcop QPE/TaskBar "reloadApplets()"
if [ -n "$D" ]; then false; fi