diff options
Diffstat (limited to 'abs/core/systemd/30-systemd-tmpfiles.hook')
-rw-r--r-- | abs/core/systemd/30-systemd-tmpfiles.hook | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/systemd/30-systemd-tmpfiles.hook b/abs/core/systemd/30-systemd-tmpfiles.hook new file mode 100644 index 0000000..b07db6a --- /dev/null +++ b/abs/core/systemd/30-systemd-tmpfiles.hook @@ -0,0 +1,10 @@ +[Trigger] +Type = Path +Operation = Install +Operation = Upgrade +Target = usr/lib/tmpfiles.d/*.conf + +[Action] +Description = Creating temporary files... +When = PostTransaction +Exec = /usr/share/libalpm/scripts/systemd-hook tmpfiles |