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