diff options
Diffstat (limited to 'libre/systemd/systemd-tmpfiles.hook')
-rw-r--r-- | libre/systemd/systemd-tmpfiles.hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/systemd/systemd-tmpfiles.hook b/libre/systemd/systemd-tmpfiles.hook index 18cdd9180..06554cde5 100644 --- a/libre/systemd/systemd-tmpfiles.hook +++ b/libre/systemd/systemd-tmpfiles.hook @@ -7,5 +7,5 @@ Target = usr/lib/tmpfiles.d/*.conf [Action] Description = Creating temporary files... When = PostTransaction -Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create "$(basename "$f")"; done' +Exec = /usr/share/libalpm/scripts/systemd-hook tmpfiles NeedsTargets |