diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2005-04-05 08:07:04 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2005-04-05 08:07:04 +0000 |
commit | c331fee5956e1cec9c3501cb81a4d7efc304d62e (patch) | |
tree | f62cc360cd425553cd07dce3e76453242c9c778f /classes/qpf.bbclass | |
parent | 2bccf8e46b23775312ea9acc1d338f65339ca0c6 (diff) |
use the new "update-qtfontdir -f" in fonts that "inherit qpf"
BKrev: 42524728HxGAwGKrVN8oxjHqfMOl_Q
Diffstat (limited to 'classes/qpf.bbclass')
-rw-r--r-- | classes/qpf.bbclass | 2 |
1 files changed, 1 insertions, 1 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' |