Add hook for systemd upgrades
This commit is contained in:
parent
7bc63dff25
commit
3ac2972072
1 changed files with 9 additions and 0 deletions
9
src/usr/share/libalpm/hooks/systemd-boot.hook
Normal file
9
src/usr/share/libalpm/hooks/systemd-boot.hook
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Trigger]
|
||||||
|
Type = Package
|
||||||
|
Operation = Upgrade
|
||||||
|
Target = systemd
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
Description = Updating systemd-boot
|
||||||
|
When = PostTransaction
|
||||||
|
Exec = /usr/bin/bootctl update
|
Loading…
Add table
Reference in a new issue