diff --git a/pacman-hooks/80-chkboot-check.hook b/pacman-hooks/80-chkboot-check.hook index 2a036b5..0cb1c15 100644 --- a/pacman-hooks/80-chkboot-check.hook +++ b/pacman-hooks/80-chkboot-check.hook @@ -3,6 +3,8 @@ Type = File Operation = Install Operation = Upgrade Operation = Remove +Target = usr/lib/modules/*/vmlinuz +Target = usr/lib/initcpio/* Target = boot/* [Action] diff --git a/pacman-hooks/99-chkboot-update.hook b/pacman-hooks/99-chkboot-update.hook index ef1edc6..c11eaf9 100644 --- a/pacman-hooks/99-chkboot-update.hook +++ b/pacman-hooks/99-chkboot-update.hook @@ -3,6 +3,8 @@ Type = File Operation = Install Operation = Upgrade Operation = Remove +Target = usr/lib/modules/*/vmlinuz +Target = usr/lib/initcpio/* Target = boot/* [Action]