diff options
author | 2000-11-21 19:44:58 +0000 | |
---|---|---|
committer | 2000-11-21 19:44:58 +0000 | |
commit | 25bccf4dccd37abf246c6d596cb09572e4a2a20d (patch) | |
tree | 3b109f982ad9f9b5755cf543c6dcba5c83bf4fe6 /media-libs/imlib | |
parent | Made a small fix, to get unmerge working again (diff) | |
download | historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.tar.gz historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.tar.bz2 historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.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} + +} |