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 = Install
|
||||||
Operation = Upgrade
|
Operation = Upgrade
|
||||||
Target = usr/lib/modules/*/vmlinuz
|
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]
|
[Action]
|
||||||
Description = Installing kernel...
|
Description = Installing kernel...
|
||||||
|
|
Loading…
Add table
Reference in a new issue