diff options
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." +} |