diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-09-14 12:48:28 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-09-14 12:48:28 +0000 |
commit | 3eb7291848fd92351e889a5db10b5abf5096bc36 (patch) | |
tree | 144a203a040ab978dfe5a0f7af19f9b6d211b536 /media-gfx/splash-themes-gentoo | |
parent | Fix up broken quoting that made the installs pointless. (diff) | |
download | gentoo-2-3eb7291848fd92351e889a5db10b5abf5096bc36.tar.gz gentoo-2-3eb7291848fd92351e889a5db10b5abf5096bc36.tar.bz2 gentoo-2-3eb7291848fd92351e889a5db10b5abf5096bc36.zip |
Add a note about the GRUB splash image for Natural Gentoo.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'media-gfx/splash-themes-gentoo')
-rw-r--r-- | media-gfx/splash-themes-gentoo/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog index 610bb039c75e..a6e18cd8330c 100644 --- a/media-gfx/splash-themes-gentoo/ChangeLog +++ b/media-gfx/splash-themes-gentoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/splash-themes-gentoo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.7 2008/09/14 11:56:03 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.8 2008/09/14 12:48:28 spock Exp $ + + 14 Sep 2008; Michał Januszewski <spock@gentoo.org> + splash-themes-gentoo-20080914.ebuild: + Add a note about the GRUB splash image for Natural Gentoo. *splash-themes-gentoo-20080914 (14 Sep 2008) diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild index 2b8c9df5dbdb..2b7e630cb74c 100644 --- a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild +++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild,v 1.1 2008/09/14 11:56:03 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild,v 1.2 2008/09/14 12:48:28 spock Exp $ DESCRIPTION="A collection of Gentoo themes for splashutils." HOMEPAGE="http://dev.gentoo.org/~spock/" @@ -18,3 +18,10 @@ src_install() { dodir /etc/splash/{emergence,gentoo,natural_gentoo} cp -pR "${WORKDIR}"/{emergence,gentoo,natural_gentoo} "${D}/etc/splash" } + +pkg_postinst() { + elog "The upstream tarball for the 'Natural Gentoo' theme also contains a GRUB" + elog "splash image which is not installed by this ebuild. See:" + elog " http://www.kde-look.org/content/show.php?content=49074" + elog "if you are interested in this." +} |