use the new "update-qtfontdir -f" in fonts that "inherit qpf"
authorHolger Schurig <schurig@mn-solutions.de>
Tue, 5 Apr 2005 08:07:04 +0000 (08:07 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Tue, 5 Apr 2005 08:07:04 +0000 (08:07 +0000)
BKrev: 42524728HxGAwGKrVN8oxjHqfMOl_Q

classes/qpf.bbclass
packages/qpf-fonts/qpf-font-common_1.0.bb

index 71a314c..7346b45 100644 (file)
@@ -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'
index c3801c2..aaea74e 100644 (file)
@@ -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}"