diff options
Diffstat (limited to 'abs/core/systemd/30-systemd-update.hook')
-rw-r--r-- | abs/core/systemd/30-systemd-update.hook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/systemd/30-systemd-update.hook b/abs/core/systemd/30-systemd-update.hook new file mode 100644 index 0000000..f95d9dc --- /dev/null +++ b/abs/core/systemd/30-systemd-update.hook @@ -0,0 +1,11 @@ +[Trigger] +Type = Path +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/ + +[Action] +Description = Arming ConditionNeedsUpdate... +When = PostTransaction +Exec = /usr/share/libalpm/scripts/systemd-hook update |