Grub instructions in pacman.log after [Stable Update] 2024-12-06

Thanks @Teo:+1:. That’s exactly what I did install manually because of a discussion in one of the [Stable] announcement discussions. Unfortunately I couldn’t remember the details but only that I installed something in the past for automatic grub updates respectively something with grub and updates.

The discussion of @philm for install-grub:

For sake of completeness here are the contents of the two hooks:

98-install-grub.hook
[Trigger]
Type = Package
Operation = Upgrade
Target = grub

[Action]
Description = Installing Grub to MBR/EFI
When = PostTransaction
Exec = /usr/bin/install-grub
99-update-grub.hook
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/lib/modules/*/vmlinuz
Target = boot/vmlinuz*

[Action]
Description = Updating Grub-Bootmenu
When = PostTransaction
Exec = /usr/bin/update-grub