diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-06-18 21:22:32 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-06-18 21:22:32 +0000 |
commit | 4f4dbc26b09733f4d1354ab112606873c6eb91a0 (patch) | |
tree | 952a9b40966e4193d1a0e47fb1cd13cc5a79aa90 /media-libs/libdvdnav | |
parent | minor updates, einfo, slot, things of the like. (diff) | |
download | historical-4f4dbc26b09733f4d1354ab112606873c6eb91a0.tar.gz historical-4f4dbc26b09733f4d1354ab112606873c6eb91a0.tar.bz2 historical-4f4dbc26b09733f4d1354ab112606873c6eb91a0.zip |
minor updates, einfo, slot, things of the like.
Diffstat (limited to 'media-libs/libdvdnav')
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-0.1.1.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild b/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild index 1381bde8ee63..84e3211459cc 100644 --- a/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild +++ b/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild,v 1.2 2002/06/17 18:50:57 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild,v 1.3 2002/06/18 21:22:32 lostlogic Exp $ DESCRIPTION="Library for DVD navigation tools." HOMEPAGE="http://sourceforge.net/projects/dvd/" @@ -28,3 +28,11 @@ src_install () { make DESTDIR=${D} install || die dodoc AUTHORS COPYING INSTALL NEWS README } + +pkg_postinst() { + einfo + einfo "Please remove old versions of libdvdnav manually," + einfo "having multiple versions installed can cause problems." + einfo +} + |