diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-11-27 17:36:51 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-11-27 17:36:51 -0800 |
commit | 6bbe02e2c39bbdd59c27929b182601b1aa898147 (patch) | |
tree | 43e81ad62e0be8ff8f2bea733e6c51bd4cc9028c /90-linux.hook | |
download | linux-pinebookpro-6bbe02e2c39bbdd59c27929b182601b1aa898147.tar.xz |
Updated to 5.4.0
Sync PKGBUILD more closely with other kernel builds
Diffstat (limited to '90-linux.hook')
-rw-r--r-- | 90-linux.hook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/90-linux.hook b/90-linux.hook new file mode 100644 index 0000000..ec864d3 --- /dev/null +++ b/90-linux.hook @@ -0,0 +1,11 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Target = boot/Image +Target = usr/lib/initcpio/* + +[Action] +Description = Updating %PKGBASE% initcpios... +When = PostTransaction +Exec = /usr/bin/mkinitcpio -p %PKGBASE% |