From e631c842069efcd661a066e16a6b1aca3ed62817 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Wed, 9 Oct 2019 17:07:01 -0300 Subject: Changed the trigger to vmlinuz All the kernels install the kernel to the file vmlinuz, so triggering on it makes more sense. The pkgbase file is still used on the script. --- libalpm/hooks/90-mkinitcpio-install.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libalpm/hooks/90-mkinitcpio-install.hook b/libalpm/hooks/90-mkinitcpio-install.hook index a13451e..700350f 100644 --- a/libalpm/hooks/90-mkinitcpio-install.hook +++ b/libalpm/hooks/90-mkinitcpio-install.hook @@ -8,7 +8,7 @@ Target = mkinitcpio* Type = File Operation = Install Operation = Upgrade -Target = usr/lib/modules/*/pkgbase +Target = usr/lib/modules/*/vmlinuz [Action] Description = Updating linux initcpios... -- cgit v1.2.3-24-g4f1b