diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-12-26 12:23:39 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-12-26 12:23:39 +0000 |
commit | 1b0e2a1744df34bb14831bc1127444748f7d2fdf (patch) | |
tree | 9a036cf8555347533be2c67a3f9bcf3f61d7bd24 /app-text/rfcutil/rfcutil-3.2.3.ebuild | |
parent | Masked qdbm USE for testing (diff) | |
download | gentoo-2-1b0e2a1744df34bb14831bc1127444748f7d2fdf.tar.gz gentoo-2-1b0e2a1744df34bb14831bc1127444748f7d2fdf.tar.bz2 gentoo-2-1b0e2a1744df34bb14831bc1127444748f7d2fdf.zip |
remove rfc -i that downloaded an index in pkg_postinst - bug #151422
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'app-text/rfcutil/rfcutil-3.2.3.ebuild')
-rw-r--r-- | app-text/rfcutil/rfcutil-3.2.3.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-text/rfcutil/rfcutil-3.2.3.ebuild b/app-text/rfcutil/rfcutil-3.2.3.ebuild index 6da007718cee..24476f9f8d47 100644 --- a/app-text/rfcutil/rfcutil-3.2.3.ebuild +++ b/app-text/rfcutil/rfcutil-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.25 2006/12/04 21:16:58 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.26 2006/12/26 12:23:39 dragonheart Exp $ inherit eutils @@ -33,9 +33,6 @@ src_install() { } pkg_postinst() { - [[ ${ROOT} != "/" ]] && return 0 - einfo "Generating rfc-index" - /usr/bin/rfc -i einfo "Gaarde suggests you make a cron.monthly to run the following:" einfo " /usr/bin/rfc -i" } |