12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
|
[Trigger]
|
||
|
Type = File
|
||
|
Operation = Install
|
||
|
Operation = Upgrade
|
||
|
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 "/$f"; done'
|
||
|
NeedsTargets
|