[debian-edu-commits] debian-edu/ 265/437: fix comment aswell

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 01305e708dae58f32bae9d43df851ac9aaa65dfd
Author: Andreas B. Mundt <andi.mundt at web.de>
Date:   Fri Apr 16 12:57:16 2010 +0000

    fix comment aswell
---
 debian/update-artwork | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/update-artwork b/debian/update-artwork
index 06ebd58..dc77b9d 100644
--- a/debian/update-artwork
+++ b/debian/update-artwork
@@ -12,14 +12,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-grub should find our splash image and update grub.cfg:
 	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-grub should revert grub.cfg to point to the default image: 
 	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