[Demudi-commits] r983 - bootsplash/trunk/debian

Free Ekanayaka free-guest at alioth.debian.org
Wed Nov 15 16:03:55 CET 2006


Author: free-guest
Date: 2006-11-15 16:03:54 +0100 (Wed, 15 Nov 2006)
New Revision: 983

Modified:
   bootsplash/trunk/debian/changelog
   bootsplash/trunk/debian/postinst
Log:
* Bug fix: "bootsplash: Should call /usr/bin/update-grub and not
  /sbin/update-grub", thanks to Christian Perrier (Closes: #395991).

Modified: bootsplash/trunk/debian/changelog
===================================================================
--- bootsplash/trunk/debian/changelog	2006-11-02 13:39:07 UTC (rev 982)
+++ bootsplash/trunk/debian/changelog	2006-11-15 15:03:54 UTC (rev 983)
@@ -1,3 +1,10 @@
+bootsplash (3.3-2) unstable; urgency=low
+
+  * Bug fix: "bootsplash: Should call /usr/bin/update-grub and not
+    /sbin/update-grub", thanks to Christian Perrier (Closes: #395991).
+
+ --
+
 bootsplash (3.3-1) unstable; urgency=low
 
   * Bug fix: "silent mode fail during shutdown or reboot", thanks to Pablo

Modified: bootsplash/trunk/debian/postinst
===================================================================
--- bootsplash/trunk/debian/postinst	2006-11-02 13:39:07 UTC (rev 982)
+++ bootsplash/trunk/debian/postinst	2006-11-15 15:03:54 UTC (rev 983)
@@ -71,7 +71,7 @@
 		sed -e 's/silent=[[:digit:]]\{3\}[[[:blank:]]\?//g')
 	    KOPT="$KOPT vga=$VGA_RES splash=silent"
 	    sed -i -e "s|^# kopt=.*|$KOPT|g" $GRUB_MENU
-	    if [ -x /sbin/update-grub ]; then
+	    if [ -x /usr/bin/update-grub ]; then
 		update-grub
 	    fi
 	fi




More information about the Demudi-commits mailing list