diff options
Diffstat (limited to 'classes')
-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' |