Add additional triggers for 90-kernel-install.hook
This commit is contained in:
parent
2721272e12
commit
1765da8324
1 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,17 @@ Type = Path
|
|||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Target = usr/lib/modules/*/vmlinuz
|
||||
Target = usr/lib/initcpio/*
|
||||
Target = usr/lib/firmware/*
|
||||
Target = usr/src/*/dkms.conf
|
||||
|
||||
[Trigger]
|
||||
Type = Package
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Operation = Remove
|
||||
Target = amd-ucode
|
||||
Target = intel-ucode
|
||||
|
||||
[Action]
|
||||
Description = Installing kernel...
|
||||
|
|
Loading…
Add table
Reference in a new issue