diff options
Diffstat (limited to 'x11-themes/fvwm-crystal/fvwm-crystal-2.20040903.ebuild')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-2.20040903.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-2.20040903.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-2.20040903.ebuild index 59e886c18860..eeecee934799 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-2.20040903.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-2.20040903.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.20040903.ebuild,v 1.3 2005/01/15 19:34:40 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-2.20040903.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." @@ -47,22 +47,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/* ~/.fvwm/" einfo " $ cp /usr/share/${PN}/fvwm/.fvwm2rc ~/.fvwm/" einfo " $ cp -r /usr/share/${PN}/addons/Xresources ~/.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" @@ -71,6 +71,6 @@ pkg_postinst() { einfo " x11-misc/xlockmore" einfo " x11-misc/xpad" einfo " x11-misc/xscreensaver" - einfo "" + einfo } |