diff options
author | 2000-11-21 19:44:58 +0000 | |
---|---|---|
committer | 2000-11-21 19:44:58 +0000 | |
commit | fc99fcf6d4ab9535d213c3a844123e92509186b7 (patch) | |
tree | 0036127ee0cb95c6c7754327844ca3b8346aadc4 /media-libs/imlib | |
parent | Made a small fix, to get unmerge working again (diff) | |
download | gentoo-2-fc99fcf6d4ab9535d213c3a844123e92509186b7.tar.gz gentoo-2-fc99fcf6d4ab9535d213c3a844123e92509186b7.tar.bz2 gentoo-2-fc99fcf6d4ab9535d213c3a844123e92509186b7.zip |
Some dependencies and autobuild fixes
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/imlib-1.9.8.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/imlib/imlib-1.9.8.1.ebuild b/media-libs/imlib/imlib-1.9.8.1.ebuild index 478d8f6e7fa1..5fd541f9cbae 100644 --- a/media-libs/imlib/imlib-1.9.8.1.ebuild +++ b/media-libs/imlib/imlib-1.9.8.1.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/media-libs/imlib/imlib-1.9.8.1.ebuild,v 1.5 2000/11/02 02:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.8.1.ebuild,v 1.6 2000/11/21 19:44:58 achim Exp $ P=imlib-1.9.8.1 A=${P}.tar.gz @@ -36,6 +36,10 @@ src_install() { dodoc doc/*.gif doc/index.html } +pkg_postinst() { + ldconfig -r ${ROOT} + +} |