summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-06-13 14:06:54 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-06-13 14:06:54 +0000
commit67fceb25bf876d27870e7b404f9d55c13b33ad5d (patch)
tree997bc2bb580ba000e447251aee7eb1a700c36ef6 /eclass/bash-completion.eclass
parentfix #86621 (diff)
downloadhistorical-67fceb25bf876d27870e7b404f9d55c13b33ad5d.tar.gz
historical-67fceb25bf876d27870e7b404f9d55c13b33ad5d.tar.bz2
historical-67fceb25bf876d27870e7b404f9d55c13b33ad5d.zip
s/eclectic/eselect/
Diffstat (limited to 'eclass/bash-completion.eclass')
-rw-r--r--eclass/bash-completion.eclass6
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