]> git.proxmox.com Git - grub2.git/commitdiff
Fix calling the grub-pc/postrm_purge_boot_grub template in
authorfzielcke-guest <fzielcke-guest@localhost>
Sun, 16 Aug 2009 08:39:08 +0000 (08:39 +0000)
committerfzielcke-guest <fzielcke-guest@localhost>
Sun, 16 Aug 2009 08:39:08 +0000 (08:39 +0000)
grub-pc.postinst.

debian/changelog
debian/grub-pc.postrm

index 187e5725ea0f975482c54fc4c45069ea10295172..9a7f0a30deeec1e1a8300151b3620c6f1692542c 100644 (file)
@@ -4,8 +4,10 @@ grub2 (1.96+20090808-2) unstable; urgency=low
     postinst.
   * Update Standards version to 3.8.3.
   * Use DEB_HOST_ARCH_CPU for the generation of the lintian overrides.
+  * Fix calling the grub-pc/postrm_purge_boot_grub template in
+    grub-pc.postinst.
 
- -- Felix Zielcke <fzielcke@z-51.de>  Sun, 16 Aug 2009 10:22:39 +0200
+ -- Felix Zielcke <fzielcke@z-51.de>  Sun, 16 Aug 2009 10:39:42 +0200
 
 grub2 (1.96+20090808-1) unstable; urgency=low
 
index bab76db8df4f0d5d7bfc232702ac0945716abfa6..ad8a949edf3f68fc504cb890ea7b2b1f2b98f3f4 100644 (file)
@@ -16,7 +16,7 @@ case "$1" in
        ucfr --purge grub-pc /etc/default/grub
     fi
 
-    db_input high grub-pc/purge_boot_grub || true
+    db_input high grub-pc/postrm_purge_boot_grub || true
     db_go || true
     db_get grub-pc/purge_boot_grub || true
     if [ "$RET" = "true" ] ; then