diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-03-04 08:58:05 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-03-04 08:58:05 +0000 |
commit | 57b67bdfd9893b7b68c9adfa51e4d369abbbe177 (patch) | |
tree | 8c4dd30e1e5e4ba5e716ad00c6037167e038802c /x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-57b67bdfd9893b7b68c9adfa51e4d369abbbe177.tar.gz gentoo-2-57b67bdfd9893b7b68c9adfa51e4d369abbbe177.tar.bz2 gentoo-2-57b67bdfd9893b7b68c9adfa51e4d369abbbe177.zip |
Replaced einfo with elog in pkg_postinst.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild index 5a552419ebea..ae301fb28147 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild,v 1.6 2007/02/04 19:20:09 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild,v 1.7 2007/03/04 08:58:05 lucass Exp $ DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency." HOMEPAGE="http://fvwm-crystal.org/" @@ -32,13 +32,12 @@ src_install() { } pkg_postinst() { - einfo - einfo "After installation, execute following commands:" - einfo " $ cp -r /usr/share/doc/${PF}/addons/Xresources ~/.Xresources" - einfo " $ cp -r /usr/share/doc/${PF}/addons/Xsession ~/.xinitrc" - einfo - einfo "Many applications can extend functionality of fvwm-crystal." - einfo "They are listed in /usr/share/doc/${PF}/INSTALL.gz." - einfo + elog + elog "After installation, execute following commands:" + elog " $ cp -r /usr/share/doc/${PF}/addons/Xresources ~/.Xresources" + elog " $ cp -r /usr/share/doc/${PF}/addons/Xsession ~/.xinitrc" + elog + elog "Many applications can extend functionality of fvwm-crystal." + elog "They are listed in /usr/share/doc/${PF}/INSTALL.gz." + elog } - |