From 5d1ec79487a50b28310e4e39bda8f0cd7149048e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Apr 2020 00:11:22 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20typo=20qui=20g=C3=AAne=20l'in?= =?UTF-8?q?stallation=20du=20package=20lors=20de=20la=20phase=20late=20de?= =?UTF-8?q?=20debian=20installer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 0fdf14f..14ab54f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,7 @@ set -e case "$1" in configure) - if [ -e /usr/sbin/update-grub ] ; then + if [ -e /usr/sbin/update-grub2 ] ; then GRUBDEFAULT="/etc/default/grub" if [ -e "$GRUBDEFAULT" ] ; then if (grep '^GRUB_BACKGROUND' "$GRUBDEFAULT" > /dev/null 2>&1) ; then @@ -14,7 +14,7 @@ configure) fi fi - update-grub2 + /usr/sbin/update-grub2 fi cat /usr/share/blorand/vimrc.blorand | while read line ; do