summarylogtreecommitdiffstats
path: root/apache.install
diff options
context:
space:
mode:
authorIgor Lakic2015-06-30 16:17:35 +0200
committerIgor Lakic2015-06-30 16:17:35 +0200
commit811f24043f068b0bd2da99cf538cda86955afa39 (patch)
treedbab6636096fd978bbff8ce7ae89172f3895d7bb /apache.install
downloadaur-811f24043f068b0bd2da99cf538cda86955afa39.tar.gz
Initial import of apache22
Diffstat (limited to 'apache.install')
-rw-r--r--apache.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/apache.install b/apache.install
new file mode 100644
index 000000000000..e7b72b74f4d2
--- /dev/null
+++ b/apache.install
@@ -0,0 +1,7 @@
+post_install() {
+ systemd-tmpfiles --create apache.conf
+}
+
+post_upgrade() {
+ systemd-tmpfiles --create apache.conf
+}