PKGBUILDs/core/systemd/systemd-tmpfiles.hook

12 lines
285 B
Plaintext
Raw Normal View History

2017-01-11 19:43:53 +00:00
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Target = usr/lib/tmpfiles.d/*.conf
[Action]
Description = Creating temporary files...
When = PostTransaction
2017-08-16 12:08:03 +00:00
Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create "$(basename "$f")"; done'
2017-01-11 19:43:53 +00:00
NeedsTargets