summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/alpine/alpine-2.00-r5.ebuild')
-rw-r--r--mail-client/alpine/alpine-2.00-r5.ebuild19
1 files changed, 1 insertions, 18 deletions
diff --git a/mail-client/alpine/alpine-2.00-r5.ebuild b/mail-client/alpine/alpine-2.00-r5.ebuild
index 4fd2030b633d..198a64ce4949 100644
--- a/mail-client/alpine/alpine-2.00-r5.ebuild
+++ b/mail-client/alpine/alpine-2.00-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r5.ebuild,v 1.2 2012/10/23 05:50:55 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r5.ebuild,v 1.3 2012/11/29 19:08:48 eras Exp $
EAPI=4
@@ -106,20 +106,3 @@ src_install() {
dohtml -r doc/tech-notes/
fi
}
-
-pkg_postinst() {
- if use spell ; then
- elog
- elog "In order to use spell checking"
- elog " emerge app-dicts/aspell-\<your_langs\>"
- elog "and setup alpine with:"
- elog " Speller = /usr/bin/aspell -c"
- elog
- fi
- if use passfile ; then
- elog
- elog "${PN} will cache passwords between connections."
- elog "File ~/.pinepwd will be used for this."
- elog
- fi
-}