diff options
Diffstat (limited to 'nonsystemd/xudev/30-tmpfiles.hook')
-rw-r--r-- | nonsystemd/xudev/30-tmpfiles.hook | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nonsystemd/xudev/30-tmpfiles.hook b/nonsystemd/xudev/30-tmpfiles.hook new file mode 100644 index 000000000..642954cc1 --- /dev/null +++ b/nonsystemd/xudev/30-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/bin/tmpfiles --create |