diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-25 13:56:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-25 13:56:41 +0000 |
commit | 9cd74803b8911550bed24b61a0e382879bd72e74 (patch) | |
tree | 59ebdc5758f0f19ebd9fe32b35a0975c49ab9d58 /www-client/links | |
parent | metadata fix (diff) | |
download | gentoo-2-9cd74803b8911550bed24b61a0e382879bd72e74.tar.gz gentoo-2-9cd74803b8911550bed24b61a0e382879bd72e74.tar.bz2 gentoo-2-9cd74803b8911550bed24b61a0e382879bd72e74.zip |
preinst was commented as it wasn't needed anyway, so removed it entirely
(Portage version: 1.585-cvs)
Diffstat (limited to 'www-client/links')
-rw-r--r-- | www-client/links/links-2.1_pre17.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/www-client/links/links-2.1_pre17.ebuild b/www-client/links/links-2.1_pre17.ebuild index 20b8164f1983..2b75b30630bf 100644 --- a/www-client/links/links-2.1_pre17.ebuild +++ b/www-client/links/links-2.1_pre17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre17.ebuild,v 1.1 2005/03/25 13:53:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre17.ebuild,v 1.2 2005/03/25 13:56:41 seemant Exp $ inherit eutils @@ -110,16 +110,6 @@ src_install (){ } -#pkg_preinst() { - # Check if the live filesystem has /usr/bin/links -> /usr/bin/links2 - # From now on this will be reversed (and links2 will only symlink for - # the next couple of iterations, because this package is no longer SLOTted -# if [ "`${ROOT}/usr/bin/readlink ${ROOT}/usr/bin/links`" = link2 ] -# then -# rm ${ROOT}/usr/bin/links{,2} -# fi -#} - pkg_postinst() { if use svga |