summaryrefslogtreecommitdiff
path: root/pcr/systemd-knock/systemd-tmpfiles.hook
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/systemd-knock/systemd-tmpfiles.hook')
-rw-r--r--pcr/systemd-knock/systemd-tmpfiles.hook11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr/systemd-knock/systemd-tmpfiles.hook b/pcr/systemd-knock/systemd-tmpfiles.hook
deleted file mode 100644
index a2c5e3ef0..000000000
--- a/pcr/systemd-knock/systemd-tmpfiles.hook
+++ /dev/null
@@ -1,11 +0,0 @@
-[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