Skip to content

Commit

Permalink
add 99-frzr-kernel-install.hook
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Aug 1, 2024
1 parent f94f56f commit fc2c18a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions 99-frzr-kernel-install.hook
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/lib/initcpio/*
Target = usr/lib/firmware/*
Target = usr/src/*/dkms.conf

[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/lib/modules/*/vmlinuz

[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = mkinitcpio
Target = mkinitcpio-git

[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = dracut
Target = dracut-git

[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = frzr
Target = frzr-git

[Action]
Description = Updating frzr bootloader entries...
When = PostTransaction
Exec = /usr/bin/frzr bootloader
NeedsTargets

0 comments on commit fc2c18a

Please sign in to comment.