From 867d7d1a336e8bdda786f2ee9e54f29f7988ff67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= Date: Thu, 10 Nov 2016 13:17:07 +0000 Subject: [PATCH] Ensure failure in update-grub are not masked by postinst --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index b10ce22..42f21f1 100644 --- a/debian/postinst +++ b/debian/postinst @@ -197,7 +197,7 @@ EOF # Ensure the background image file has actually been written to disc # before updating. sync - update-grub || true + update-grub fi if which update-initramfs > /dev/null; then