[debian-edu-commits] debian-edu/ 264/437: prefer more general call, as update-grub2 does the same as update-grub

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit 3f2bbb8da52d55a71c885557a461302c38472ea1
Author: Andreas B. Mundt <andi.mundt at web.de>
Date:   Fri Apr 16 12:54:18 2010 +0000

    prefer more general call, as update-grub2 does the same as update-grub
---
 debian/changelog      | 4 ++--
 debian/update-artwork | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ec1b2f..75a1de2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-debian-edu-artwork (0.0.30-5) UNRELEASED; urgency=low
+debian-edu-artwork (0.0.31-1) UNRELEASED; urgency=low
 
   [ Petter Reinholdtsen ]
   * Try to fix grub 2 theme support (Closes: #570786).  Make sure we
@@ -15,7 +15,7 @@ debian-edu-artwork (0.0.30-5) UNRELEASED; urgency=low
   * Add functions to update grub.cfg in debian/update-artwork.
   * Add ksplash for seamless login experience.
 
- -- Andreas B. Mundt <andi.mundt at web.de>  Wed, 14 Apr 2010 20:08:54 +0200
+ -- Andreas B. Mundt <andi.mundt at web.de>  Fri, 16 Apr 2010 14:42:15 +0200
 
 debian-edu-artwork (0.0.30-4) unstable; urgency=low
 
diff --git a/debian/update-artwork b/debian/update-artwork
index ea6ced6..06ebd58 100644
--- a/debian/update-artwork
+++ b/debian/update-artwork
@@ -13,14 +13,14 @@ restore_ldm_background() {
 change_grub_background() {
     if ! grep -q 'debian-edu-splash-grub.png' /boot/grub/grub.cfg ; then
 	## update-grub2 should find our splash image and update grub.cfg:
-	update-grub2
+	update-grub
     fi
 }
 
 restore_grub_background() {
     if grep -q 'debian-edu-splash-grub.png' /boot/grub/grub.cfg ; then
 	## update-grub2 should revert grub.cfg to point to the default image: 
-	update-grub2
+	update-grub
     fi
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list