summarylogtreecommitdiffstats
path: root/90-dracut-install.hook
diff options
context:
space:
mode:
authorKevin Del Castillo2020-03-25 11:19:31 -0500
committerFranklyn Tackitt2020-04-02 00:07:10 -0700
commita9a68e854100594da0b6f524b1720f71d129fe18 (patch)
tree5a991941ab60b081a6d39ae565af7bd080567bde /90-dracut-install.hook
parent04922a9cc1f97fc5b3e317e77c0fd5c75ea44330 (diff)
downloadaur-a9a68e854100594da0b6f524b1720f71d129fe18.tar.gz
Renamed to execute early
Changed path detection Changed mode Deleted some innecesary lines. Remove dracut flags Use sha256sum, fix install mode Cleaner package Add dracut wiki page Generate srcinfo
Diffstat (limited to '90-dracut-install.hook')
-rw-r--r--90-dracut-install.hook4
1 files changed, 2 insertions, 2 deletions
diff --git a/90-dracut-install.hook b/90-dracut-install.hook
index 8af2237a75dc..83545a08752f 100644
--- a/90-dracut-install.hook
+++ b/90-dracut-install.hook
@@ -1,8 +1,8 @@
[Trigger]
-Type = File
+Type = Path
Operation = Install
Operation = Upgrade
-Target = usr/lib/modules/*/vmlinuz
+Target = usr/lib/modules/*/pkgbase
Target = usr/lib/dracut/*
[Action]