summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini <grazzolini@archlinux.org>2019-10-09 22:07:01 +0200
committerGiancarlo Razzolini <grazzolini@archlinux.org>2019-10-09 22:07:01 +0200
commite631c842069efcd661a066e16a6b1aca3ed62817 (patch)
tree62d5c990629a810c6fa742106df59f1f033f129a
parent6a68249f84ff72e7f38bc0b7edae55c861fdfb3c (diff)
downloadmkinitcpio-e631c842069efcd661a066e16a6b1aca3ed62817.tar.gz
mkinitcpio-e631c842069efcd661a066e16a6b1aca3ed62817.tar.xz
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.
-rw-r--r--libalpm/hooks/90-mkinitcpio-install.hook2
1 files changed, 1 insertions, 1 deletions
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...