Comment 5 for bug 1871955

Revision history for this message
Shane O'Sullivan (hitsuji) wrote :

looks like the original code in the debian postinst wraps what results in line 19 in sub case statement.

case @PACKAGE@ in
  grub-efi-ia32) target=i386-efi ;;
  grub-efi-amd64) target=x86_64-efi ;;
  grub-efi-ia64) target=ia64-efi ;;
  grub-efi-arm) target=arm-efi ;;
  grub-efi-arm64) target=arm64-efi ;;
esac

since the package of for amd64 only then the case block is removed, but the clause terminator has accidentally been left behind and needs to be removed