diff options
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.0.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.0.ebuild b/media-libs/libvorbis/libvorbis-1.0.ebuild index 8c343ba0a9fd..1d0b09168b06 100644 --- a/media-libs/libvorbis/libvorbis-1.0.ebuild +++ b/media-libs/libvorbis/libvorbis-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0.ebuild,v 1.1 2002/07/19 23:26:47 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0.ebuild,v 1.2 2002/07/20 05:00:16 lostlogic Exp $ inherit libtool @@ -48,3 +48,14 @@ src_install () { dodoc doc/*.txt dohtml -r doc } + +pkg_postinst() { + einfo + einfo "Note the 1.0 version of libvorbis has been installed" + einfo "Applications that used pre-1.0 vorbis libraries will" + einfo "need to be recompiled for the new version." + einfo "Now that the vorbis folks have finalized the API" + einfo "this should be the last time for a while that" + einfo "recompilation is needed for these things." + einfo +} |