diff --git a/src/usr/share/libalpm/hooks/systemd-boot.hook b/src/usr/share/libalpm/hooks/systemd-boot.hook new file mode 100644 index 0000000..e064faf --- /dev/null +++ b/src/usr/share/libalpm/hooks/systemd-boot.hook @@ -0,0 +1,9 @@ +[Trigger] +Type = Package +Operation = Upgrade +Target = systemd + +[Action] +Description = Updating systemd-boot +When = PostTransaction +Exec = /usr/bin/bootctl update \ No newline at end of file