summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/qpf.bbclass2
-rw-r--r--packages/qpf-fonts/qpf-font-common_1.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/qpf.bbclass b/classes/qpf.bbclass
index 71a314c4c0..7346b45c3d 100644
--- a/classes/qpf.bbclass
+++ b/classes/qpf.bbclass
@@ -24,7 +24,7 @@ ${sbindir}/update-qtfontdir -f
python populate_packages_prepend() {
postinst = bb.data.getVar('pkg_postinst_fonts', d, 1)
- postrm = postinst
+ postrm = bb.data.getVar('pkg_postrm_fonts', d, 1)
fontdir = bb.data.getVar('palmtopdir', d, 1) + '/lib/fonts'
pkgregex = "^([a-z]*_[0-9]*).*.qpf$"
pkgpattern = bb.data.getVar('QPF_PKGPATTERN', d, 1) or 'qpf-%s'
diff --git a/packages/qpf-fonts/qpf-font-common_1.0.bb b/packages/qpf-fonts/qpf-font-common_1.0.bb
index c3801c27ce..aaea74ec6c 100644
--- a/packages/qpf-fonts/qpf-font-common_1.0.bb
+++ b/packages/qpf-fonts/qpf-font-common_1.0.bb
@@ -3,7 +3,7 @@ SECTION = "opie/fonts"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL QPL"
-PR = "r1"
+PR = "r2"
SRC_URI = "file://update-qtfontdir"
S = "${WORKDIR}/qt-${PV}"