diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-01-14 05:36:51 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-01-14 05:36:51 +0000 |
commit | f9fbb4765e3dc9bf22ef8c8e63c2729ef79cc957 (patch) | |
tree | 644bb0b3301432be364ee8ccedc7d706661800a5 /dev-libs | |
parent | new stuff (diff) | |
download | historical-f9fbb4765e3dc9bf22ef8c8e63c2729ef79cc957.tar.gz historical-f9fbb4765e3dc9bf22ef8c8e63c2729ef79cc957.tar.bz2 historical-f9fbb4765e3dc9bf22ef8c8e63c2729ef79cc957.zip |
now runs env-update
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/glib-1.2.8-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-1.2.8-r1.ebuild b/dev-libs/glib/glib-1.2.8-r1.ebuild index 89d3eed8ac75..342473ceadf9 100644 --- a/dev-libs/glib/glib-1.2.8-r1.ebuild +++ b/dev-libs/glib/glib-1.2.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.7 2000/12/19 00:21:38 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.8 2001/01/14 05:36:51 drobbins Exp $ # also, this script now has pre/post inst/rm support @@ -30,7 +30,9 @@ src_install() { dodoc glib.html glib_toc.html } - +pkg_postinst() { + /usr/sbin/env-update +} |