diff options
Diffstat (limited to 'app-dicts/stardict/stardict-2.4.2.ebuild')
-rw-r--r-- | app-dicts/stardict/stardict-2.4.2.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-dicts/stardict/stardict-2.4.2.ebuild b/app-dicts/stardict/stardict-2.4.2.ebuild index 6a9c1d6cada7..14a9ba7a45a3 100644 --- a/app-dicts/stardict/stardict-2.4.2.ebuild +++ b/app-dicts/stardict/stardict-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.2.ebuild,v 1.14 2006/07/27 21:13:34 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.2.ebuild,v 1.15 2007/01/25 04:53:02 genone Exp $ inherit gnome2 eutils @@ -49,11 +49,11 @@ src_install() { } pkg_postinst() { - einfo "You will now need to install stardict dictionary files. If" - einfo "you have not, execute the below to get a list of dictionaries:" - einfo - einfo " emerge -s stardict-" - einfo + elog "You will now need to install stardict dictionary files. If" + elog "you have not, execute the below to get a list of dictionaries:" + elog + elog " emerge -s stardict-" + elog ewarn "If you upgraded from 2.4.1 or lower and use your own dictionary" ewarn "files, you'll need to run: /usr/share/stardict/tools/stardict_dict_update" } |