Since the changes to the linux package, chkboot alpm hooks are not run anymore
It is because linux package do not hold any file in /boot; instead kernel is installed by a mkinitcpio hook.
So the alpm hooks need to be rewritten to use Package as type and list possible package :
- linux*
- systemd (because I have a hook that reisntall systemd-boot if systemd is upgraded)
- mkinitcpio* (will force a rerun of mkinitcpio)
- grub (??)