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