Correction de typo qui gêne l'installation du package lors de la phase late de debian installer

This commit is contained in:
root
2020-04-08 00:11:22 +02:00
parent 888f161787
commit 5d1ec79487

4
debian/postinst vendored
View File

@ -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