From f635764077b2b695681e4d098a0489c2a3ff390a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 27 Jul 2018 20:11:16 -0400 Subject: pcr/opentmpfiles: Split off opentmpfiles-systemdcompat, improve - Remove pointless boilerplate - Use git signed tag - Don't include the "systemd-tmpfiles" program in the main package, as to not conflict with notsystemd. - Add a pacman hook similar to systemd --- pcr/opentmpfiles/opentmpfiles.hook | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pcr/opentmpfiles/opentmpfiles.hook (limited to 'pcr/opentmpfiles/opentmpfiles.hook') diff --git a/pcr/opentmpfiles/opentmpfiles.hook b/pcr/opentmpfiles/opentmpfiles.hook new file mode 100644 index 000000000..8fd7e9a9b --- /dev/null +++ b/pcr/opentmpfiles/opentmpfiles.hook @@ -0,0 +1,10 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Target = usr/lib/tmpfiles.d/*.conf + +[Action] +Description = Creating temporary files... +When = PostTransaction +Exec = /usr/bin/systemd-tmpfiles --create -- cgit v1.2.3