summarylogtreecommitdiffstats
path: root/irony.install
diff options
context:
space:
mode:
authorJavier Torres2015-06-09 17:12:38 +0200
committerJavier Torres2015-06-09 17:12:38 +0200
commit0f0e87096f7ade22667ef1afe0f0ecb276f66bbf (patch)
tree0d0899068a59a8eca0680d284db589782e8d2a4c /irony.install
downloadaur-0f0e87096f7ade22667ef1afe0f0ecb276f66bbf.tar.gz
Initial import
Diffstat (limited to 'irony.install')
-rw-r--r--irony.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/irony.install b/irony.install
new file mode 100644
index 000000000000..c54b5bca4cb9
--- /dev/null
+++ b/irony.install
@@ -0,0 +1,9 @@
+post_install() {
+ systemd-tmpfiles --create
+
+ chown http:http /var/log/irony
+}
+
+post_upgrade() {
+ post_install
+}