diff options
Diffstat (limited to 'dev-vcs/git/git-2.19.1.ebuild')
-rw-r--r-- | dev-vcs/git/git-2.19.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-vcs/git/git-2.19.1.ebuild b/dev-vcs/git/git-2.19.1.ebuild index f26b6776b942..ba5503361b6a 100644 --- a/dev-vcs/git/git-2.19.1.ebuild +++ b/dev-vcs/git/git-2.19.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -689,7 +689,8 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/bash-completion/completions/git for Git bash command" + elog "completion." elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" |