Comment 5 for bug 518853

Revision history for this message
Test-tools (roland-verifysoft) wrote :

In debian/kexec-tools.postinst we have
# no triggers in grub2,
# see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481542
if [ -x /usr/sbin/update-grub ]; then
    update-grub
fi

This does not work with grub, only with grub2, suggesting using trigger here.
Temporarily removing /usr/sbin/update-grub let this package install.