diff options
author | David P <megver83@parabola.nu> | 2017-09-24 21:01:04 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-09-24 21:01:04 -0300 |
commit | 6da1feb3402d56f7234503ab1736246ba39867d0 (patch) | |
tree | af9782a2a12c9fd403d7897df3b54d4ea3407a55 /pcr/systemd-knock/systemd-tmpfiles.hook | |
parent | 6d19779d07cbcbabe5aba8cf3e3d6bc663c59477 (diff) | |
download | abslibre-6da1feb3402d56f7234503ab1736246ba39867d0.tar.gz abslibre-6da1feb3402d56f7234503ab1736246ba39867d0.tar.bz2 abslibre-6da1feb3402d56f7234503ab1736246ba39867d0.zip |
Remove pcr/systemd-knock
Its support is now obsolete
https://tinyurl.com/systemd-knock-eol
Diffstat (limited to 'pcr/systemd-knock/systemd-tmpfiles.hook')
-rw-r--r-- | pcr/systemd-knock/systemd-tmpfiles.hook | 11 |
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 |