summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-05-28 19:01:24 +0000
committerMarinus Schraal <foser@gentoo.org>2005-05-28 19:01:24 +0000
commit0bfe0667ef9bbc4a14fd047167c6fa7504038c63 (patch)
treebecbd643b571f990e82589f5fc4c1803106d6eb2 /eclass/font.eclass
parentDont make use of the deprecated oggvorbis useflag any longer, see #94254. (diff)
downloadhistorical-0bfe0667ef9bbc4a14fd047167c6fa7504038c63.tar.gz
historical-0bfe0667ef9bbc4a14fd047167c6fa7504038c63.tar.bz2
historical-0bfe0667ef9bbc4a14fd047167c6fa7504038c63.zip
more fixes
Diffstat (limited to 'eclass/font.eclass')
-rw-r--r--eclass/font.eclass12
1 files changed, 10 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass
index d2246296ad78..03252365e903 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.11 2005/05/28 18:38:17 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.12 2005/05/28 19:01:24 foser Exp $
# Author: foser <foser@gentoo.org>
@@ -88,4 +88,12 @@ font_src_install() {
}
-EXPORT_FUNCTIONS src_install
+font_pkg_setup() {
+
+ # make sure we get no colissions
+ # setup is not the nicest place, but preinst doesn't cut it
+ rm "/usr/share/fonts/${PN}/fonts.cache-1"
+
+}
+
+EXPORT_FUNCTIONS src_install pkg_setup