diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-10-24 23:23:45 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-10-24 23:23:45 +0000 |
commit | e0a1ba59e0ff04da8636cd5be962941e0e50045e (patch) | |
tree | 1a77e02d211b9321e360aaaf131d912ba9a0f94d /net-mail/disspam | |
parent | initial version (diff) | |
download | gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.gz gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.bz2 gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.zip |
removed "*****" boxes
Diffstat (limited to 'net-mail/disspam')
-rw-r--r-- | net-mail/disspam/disspam-0.10.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net-mail/disspam/disspam-0.10.ebuild b/net-mail/disspam/disspam-0.10.ebuild index c872b1b12606..8cb6b6752cbc 100644 --- a/net-mail/disspam/disspam-0.10.ebuild +++ b/net-mail/disspam/disspam-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/disspam/disspam-0.10.ebuild,v 1.4 2002/08/14 12:05:25 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/disspam/disspam-0.10.ebuild,v 1.5 2002/10/24 23:23:45 blizzy Exp $ S=${WORKDIR}/disspam DESCRIPTION="A Perl script that removes spam from POP3 mailboxes based on RBLs." @@ -19,11 +19,3 @@ src_install() { dobin disspam.pl dodoc changes.txt configuration.txt readme.txt sample.conf } - -pkg_postinst() { - einfo "**************************************************************" - einfo "* NOTE: DisSpam has been installed, check documentation *" - einfo "* directory for sample configuration file sample.conf. Also *" - einfo "* instructions for setting up cron are in readme.txt. *" - einfo "**************************************************************" -} |