diff options
Diffstat (limited to 'x11-themes/fvwm-crystal/fvwm-crystal-2.20041128.ebuild')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-2.20041128.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-2.20041128.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-2.20041128.ebuild index e01c67e2f520..1982c8727791 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-2.20041128.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-2.20041128.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-2.20041128.ebuild,v 1.3 2005/01/17 13:57:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-2.20041128.ebuild,v 1.4 2005/07/09 19:36:56 swegener Exp $ MY_P="${P/-2./-}" DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency." @@ -43,22 +43,22 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "This is a new branch of fvwm-crystal theme. If you prefer" einfo "to stay with versions 1.x, put the following line in" einfo "/etc/portage/package.mask, and reemerge fvwm-crystal:" einfo " >=x11-themes/fvwm-crystal-2*" - einfo "" + einfo einfo "In order to finish installation, copy configuration files" einfo "to your home directory:" einfo " $ mkdir ~/.fvwm/" einfo " $ cp -r /usr/share/${PN}/fvwm/user-preferences/ ~/.fvwm/" einfo " $ echo \"Read /usr/share/${PN}/fvwm/config\" > ~/.fvwm/.fvwm2rc" einfo " $ cp -r /usr/share/${PN}/addons/Xresources-EN ~/.Xresources" - einfo "" + einfo einfo "If you start X server by command startx, execute additionally:" einfo " $ cp -r /usr/share/${PN}/addons/Xsession ~/.xinitrc" - einfo "" + einfo einfo "Authors of fvwm-crystal recommend also installing" einfo "the following applications:" einfo " app-admin/gkrellm" @@ -67,6 +67,6 @@ pkg_postinst() { einfo " x11-misc/xlockmore" einfo " x11-misc/xpad" einfo " x11-misc/xscreensaver" - einfo "" + einfo } |