summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/splash-themes-gentoo/ChangeLog6
-rw-r--r--media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild9
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."
+}