From 6dd7535cbfcf31c5e1abb7a8354587037b52cfe1 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Tue, 5 Apr 2005 07:39:56 +0000 Subject: update-qtfontdir: added -f switch and other goodies qte-fonts-common: added postrm scripts BKrev: 425240ccRw4xfTtfGwW8Ok1ahLcxiQ --- classes/qpf.bbclass | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'classes/qpf.bbclass') diff --git a/classes/qpf.bbclass b/classes/qpf.bbclass index 45cf7d448e..71a314c4c0 100644 --- a/classes/qpf.bbclass +++ b/classes/qpf.bbclass @@ -15,6 +15,13 @@ set -e ${sbindir}/update-qtfontdir } +pkg_postrm_fonts() { +#!/bin/sh +set -e +. /etc/profile +${sbindir}/update-qtfontdir -f +} + python populate_packages_prepend() { postinst = bb.data.getVar('pkg_postinst_fonts', d, 1) postrm = postinst -- cgit v1.2.3