diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 07:21:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 07:21:37 +0000 |
commit | 3b277c0e97f103b1a4bcbb31fcadd453d620bdae (patch) | |
tree | 33822b2490b27f3671c1a092e33c66019fbd89b5 /net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-3b277c0e97f103b1a4bcbb31fcadd453d620bdae.tar.gz gentoo-2-3b277c0e97f103b1a4bcbb31fcadd453d620bdae.tar.bz2 gentoo-2-3b277c0e97f103b1a4bcbb31fcadd453d620bdae.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild')
-rw-r--r-- | net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild b/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild index 1a7b7c7ca62b..b754b570af49 100644 --- a/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild +++ b/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild,v 1.6 2007/04/28 17:39:27 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild,v 1.7 2007/07/13 07:21:37 mr_bones_ Exp $ inherit eutils @@ -16,7 +16,6 @@ IUSE="" DEPEND="virtual/libc net-firewall/iptables" - src_unpack() { unpack ${A} @@ -48,9 +47,7 @@ src_install() { dodoc COPYRIGHT Changelog FAQ INSTALL README gpl.txt } - pkg_postinst() { einfo "Be sure to edit the config files" einfo "in /etc/ipkungfu before running" } - |