summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-10-24 16:33:43 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-10-24 16:33:43 +0000
commit9c3b65525c5f5220429f12959735281762b51bd5 (patch)
tree49e1a6613b9c43f07815e27f5397400880185bd8 /dev-libs/kpathsea
parentInitial import. Ebuild by me, split out of texlive-core for TeX Live 2010 (diff)
downloadgentoo-2-9c3b65525c5f5220429f12959735281762b51bd5.tar.gz
gentoo-2-9c3b65525c5f5220429f12959735281762b51bd5.tar.bz2
gentoo-2-9c3b65525c5f5220429f12959735281762b51bd5.zip
Run temxf-update since we install texmf files
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/kpathsea')
-rw-r--r--dev-libs/kpathsea/ChangeLog6
-rw-r--r--dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild10
2 files changed, 14 insertions, 2 deletions
diff --git a/dev-libs/kpathsea/ChangeLog b/dev-libs/kpathsea/ChangeLog
index b700450ebfab..71b040024e07 100644
--- a/dev-libs/kpathsea/ChangeLog
+++ b/dev-libs/kpathsea/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.1 2010/10/23 02:47:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.2 2010/10/24 16:33:43 aballier Exp $
+
+ 24 Oct 2010; Alexis Ballier <aballier@gentoo.org>
+ kpathsea-6.0.0_p20100722.ebuild:
+ Run temxf-update since we install texmf files
*kpathsea-6.0.0_p20100722 (23 Oct 2010)
diff --git a/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild b/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild
index aea8ec925b27..c06054700209 100644
--- a/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild,v 1.1 2010/10/23 02:47:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild,v 1.2 2010/10/24 16:33:43 aballier Exp $
EAPI=3
@@ -81,3 +81,11 @@ src_install() {
dodoc BUGS ChangeLog NEWS PROJECTS README || die
}
+
+pkg_postinst() {
+ etexmf-update
+}
+
+pkg_postrm() {
+ etexmf-update
+}