summaryrefslogtreecommitdiff
path: root/extra/apache/apache.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/apache/apache.install')
-rw-r--r--extra/apache/apache.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/apache/apache.install b/extra/apache/apache.install
index 9b74e607c..e7b72b74f 100644
--- a/extra/apache/apache.install
+++ b/extra/apache/apache.install
@@ -1,3 +1,7 @@
post_install() {
- systemd-tmpfiles --create usr/lib/tmpfiles.d/apache.conf
+ systemd-tmpfiles --create apache.conf
+}
+
+post_upgrade() {
+ systemd-tmpfiles --create apache.conf
}