From c331fee5956e1cec9c3501cb81a4d7efc304d62e Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Tue, 5 Apr 2005 08:07:04 +0000 Subject: use the new "update-qtfontdir -f" in fonts that "inherit qpf" BKrev: 42524728HxGAwGKrVN8oxjHqfMOl_Q --- classes/qpf.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/qpf.bbclass') 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' -- cgit v1.2.3