diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-1.21.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 8128ea094e58..46d1f4a9b47f 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.14 2006/03/01 09:46:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.15 2006/03/01 21:09:34 spyderous Exp $ + + 01 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; fish-1.21.1.ebuild: + Add a note about move of completion files. *fish-1.21.1 (01 Mar 2006) diff --git a/app-shells/fish/fish-1.21.1.ebuild b/app-shells/fish/fish-1.21.1.ebuild index bc685e71e3f5..65c58e4b3c75 100644 --- a/app-shells/fish/fish-1.21.1.ebuild +++ b/app-shells/fish/fish-1.21.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.1.ebuild,v 1.1 2006/03/01 09:46:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.1.ebuild,v 1.2 2006/03/01 21:09:34 spyderous Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://roo.no-ip.org/fish/" @@ -35,4 +35,7 @@ pkg_postinst() { einfo "to /etc/shells. This is not recommended because fish doesn't install" einfo "to /bin." einfo + ewarn "Completion files moved to ${ROOT}usr/share/fish/completions." + ewarn "You may safely delete ${ROOT}etc/fish.d/completions." + einfo } |