diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-07-11 04:10:41 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-07-11 04:10:41 +0000 |
commit | ffea5eb5b8eb203836f558b10b7180cb7bebf8cb (patch) | |
tree | 65e2af24530079ef9adfef0f7c00b0a688e3b721 /gnome-extra/gdesklets-core | |
parent | * version bump + stabilization (diff) | |
download | gentoo-2-ffea5eb5b8eb203836f558b10b7180cb7bebf8cb.tar.gz gentoo-2-ffea5eb5b8eb203836f558b10b7180cb7bebf8cb.tar.bz2 gentoo-2-ffea5eb5b8eb203836f558b10b7180cb7bebf8cb.zip |
Fixed echo lines and added more einfo
Diffstat (limited to 'gnome-extra/gdesklets-core')
-rw-r--r-- | gnome-extra/gdesklets-core/gdesklets-core-0.35.2.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.35.2.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.35.2.ebuild index a2080c1ca424..35c3e3067a77 100644 --- a/gnome-extra/gdesklets-core/gdesklets-core-0.35.2.ebuild +++ b/gnome-extra/gdesklets-core/gdesklets-core-0.35.2.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/gnome-extra/gdesklets-core/gdesklets-core-0.35.2.ebuild,v 1.1 2005/07/11 03:14:43 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.35.2.ebuild,v 1.2 2005/07/11 04:10:41 nixphoeni Exp $ inherit gnome2 eutils multilib @@ -56,22 +56,23 @@ pkg_postinst() { gnome2_pkg_postinst - echo "" + echo einfo "gDesklets Displays are required before the library" - einfo "will be usable. The displays are found in - " + einfo "will be usable. The displays are found in -" einfo " x11-plugins/desklet-*" einfo "or at http://gdesklets.gnomedesktop.org" - echo "" + echo einfo "Next you'll need to start gdesklets using" einfo " /usr/bin/gdesklets start" einfo "If you're using GNOME this can be done conveniently" einfo "through Applications->Accessories->gDesklets" - echo "" + echo einfo "If you're updating from a version less than 0.35_rc1," einfo "you can migrate your desklet configurations by" einfo "running" einfo " /usr/lib/gdesklets/gdesklets-migration-tool" - echo "" + einfo "after the first time you run gdesklets" + echo # This stuff is important, especially the migration-tool # information which flies by on an update. |