diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-18 14:58:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-18 14:58:57 +0000 |
commit | e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9 (patch) | |
tree | 74087147273afe5d03928f2898488f7d49f49053 /eclass/horde.eclass | |
parent | Proxy commit, drop memcache support and cleanups (diff) | |
download | historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.tar.gz historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.tar.bz2 historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.zip |
eat trailing whitespace
Diffstat (limited to 'eclass/horde.eclass')
-rw-r--r-- | eclass/horde.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass index 6c4dcd0647fa..2668c2abf833 100644 --- a/eclass/horde.eclass +++ b/eclass/horde.eclass @@ -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/eclass/horde.eclass,v 1.38 2010/09/29 18:33:00 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.39 2011/08/18 14:58:57 vapier Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -152,7 +152,7 @@ horde_pkg_postinst() { if [ -e ${ROOT}/usr/share/doc/${PF}/INSTALL* ] ; then elog "Please read the INSTALL file in /usr/share/doc/${PF}." fi - + einfo "Before this package will work, you have to setup the configuration files." einfo "Please review the config/ subdirectory of ${HORDE_PN} in the webroot." |