diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-13 14:06:54 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-13 14:06:54 +0000 |
commit | aa80e572cd5bf84b3cead1e81dfc3902f87b94c7 (patch) | |
tree | 5c636e7cb08d06b885bed1e159cc73f2dfa4151e /eclass/bash-completion.eclass | |
parent | fix #86621 (diff) | |
download | gentoo-2-aa80e572cd5bf84b3cead1e81dfc3902f87b94c7.tar.gz gentoo-2-aa80e572cd5bf84b3cead1e81dfc3902f87b94c7.tar.bz2 gentoo-2-aa80e572cd5bf84b3cead1e81dfc3902f87b94c7.zip |
s/eclectic/eselect/
Diffstat (limited to 'eclass/bash-completion.eclass')
-rw-r--r-- | eclass/bash-completion.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass index f109dd47393c..99e80c519848 100644 --- a/eclass/bash-completion.eclass +++ b/eclass/bash-completion.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.11 2005/05/08 01:35:58 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.12 2005/06/13 14:06:54 ka0ttic Exp $ # # Simple eclass that provides an interface for installing # contributed (ie not included in bash-completion proper) @@ -43,8 +43,8 @@ bash-completion_pkg_postinst() { echo einfo "To enable command-line completion for ${PN}, run:" einfo - if has_version app-admin/eclectic ; then - einfo " eclectic bashcomp enable ${BASH_COMPLETION_NAME:-${PN}}" + if has_version app-admin/eselect ; then + einfo " eselect bashcomp enable ${BASH_COMPLETION_NAME:-${PN}}" else einfo " bash-completion-config --install ${BASH_COMPLETION_NAME:-${PN}}" einfo |