diff options
Diffstat (limited to 'app-shells/zsh-completion/zsh-completion-20050120.ebuild')
-rw-r--r-- | app-shells/zsh-completion/zsh-completion-20050120.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-shells/zsh-completion/zsh-completion-20050120.ebuild b/app-shells/zsh-completion/zsh-completion-20050120.ebuild index 1d35011b32af..2b770cabdf6b 100644 --- a/app-shells/zsh-completion/zsh-completion-20050120.ebuild +++ b/app-shells/zsh-completion/zsh-completion-20050120.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20050120.ebuild,v 1.9 2006/09/03 06:04:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20050120.ebuild,v 1.10 2007/01/24 04:00:44 genone Exp $ DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)" HOMEPAGE="http://www.zsh.org/" @@ -24,9 +24,9 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you happen to compile your functions, you may need to delete" - einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" - einfo "to your shell." - einfo + elog + elog "If you happen to compile your functions, you may need to delete" + elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" + elog "to your shell." + elog } |