diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-10-16 02:34:31 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-10-16 02:34:31 +0000 |
commit | 2129804496c52b97d5a71419ed76dc0de3772da5 (patch) | |
tree | 2cb24c8835b81aa340b00655b5e4b1aa9a70e6b0 /app-shells | |
parent | Fix my previous screwup. The base module exists again and hopefully works, bu... (diff) | |
download | gentoo-2-2129804496c52b97d5a71419ed76dc0de3772da5.tar.gz gentoo-2-2129804496c52b97d5a71419ed76dc0de3772da5.tar.bz2 gentoo-2-2129804496c52b97d5a71419ed76dc0de3772da5.zip |
Fix postinst message to be relevant again
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-1.1-r1.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 62c4466ed822..fd8067be3b73 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.194 2009/10/16 01:43:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.195 2009/10/16 02:34:31 darkside Exp $ + + 16 Oct 2009; Jeremy Olexa <darkside@gentoo.org> + bash-completion-1.1-r1.ebuild: + Fix postinst message to be relevant again *bash-completion-1.1-r1 (16 Oct 2009) diff --git a/app-shells/bash-completion/bash-completion-1.1-r1.ebuild b/app-shells/bash-completion/bash-completion-1.1-r1.ebuild index ba7664e4f42d..35663715b5d7 100644 --- a/app-shells/bash-completion/bash-completion-1.1-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.1-r1.ebuild,v 1.1 2009/10/16 01:43:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.1-r1.ebuild,v 1.2 2009/10/16 02:34:31 darkside Exp $ EAPI="2" @@ -44,9 +44,6 @@ src_install() { } pkg_postinst() { - ewarn "There is no more base module. It is always enabled due to" - ewarn "number of false bugs and ease of maintainership. Please remove" - ewarn "the base module symlinks that you have." elog "Any user can enable the module completions without editing their" elog ".bashrc by running:" elog @@ -56,7 +53,8 @@ pkg_postinst() { elog elog " eselect bashcomp enable --global <module>" elog - elog "Additional completion modules can be found by running" + elog "Make sure you at least enable the base module! Additional completion" + elog "modules can be found by running" elog elog " eselect bashcomp list" elog |