diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-16 18:15:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-16 18:54:03 +0200 |
commit | 042e33ae3a7feb08c8105f1345fd244315109405 (patch) | |
tree | a207e4dc85fcf009c381482950fc98a9fc20088e /src | |
parent | bf89b99c5a39115112c2eda4c2103e2db54988d2 (diff) |
rpm: add RPM macro for creating tmpfiles entries after package installation
Diffstat (limited to 'src')
-rw-r--r-- | src/core/macros.systemd.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/macros.systemd.in b/src/core/macros.systemd.in index 4ad8186fae..89b48259ad 100644 --- a/src/core/macros.systemd.in +++ b/src/core/macros.systemd.in @@ -72,3 +72,7 @@ fi \ %journal_catalog_update() \ @rootbindir@/journalctl --update-catalog >/dev/null 2>&1 || : \ %{nil} + +%tmpfiles_create() \ +@rootbindir@/systemd-tmpfiles --create %{?*} >/dev/null 2>&1 || : \ +%{nil} |