diff options
author | 2008-09-14 12:48:28 +0000 | |
---|---|---|
committer | 2008-09-14 12:48:28 +0000 | |
commit | 3eb7291848fd92351e889a5db10b5abf5096bc36 (patch) | |
tree | 144a203a040ab978dfe5a0f7af19f9b6d211b536 /media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild | |
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/splash-themes-gentoo-20080914.ebuild')
-rw-r--r-- | media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
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." +} |