summarylogtreecommitdiffstats
path: root/sogo.install
diff options
context:
space:
mode:
authorDJ Lucas2015-07-19 12:59:04 -0500
committerDJ Lucas2015-07-19 12:59:04 -0500
commit873aa5b48194149dfc5754c7c56faf7fb919f485 (patch)
tree6e01b75a1b6d7c9f0395baebd7c0bfc0cef1623f /sogo.install
parent1dc5e77943d858f2975f6c034c42734ed0d8b03c (diff)
downloadaur-873aa5b48194149dfc5754c7c56faf7fb919f485.tar.gz
Correct logging
Diffstat (limited to 'sogo.install')
-rw-r--r--sogo.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/sogo.install b/sogo.install
index 5b6935f25576..78e2b5876ae9 100644
--- a/sogo.install
+++ b/sogo.install
@@ -1,6 +1,7 @@
post_install() {
useradd -r -d /etc/sogo sogo &>/dev/null
- chown -R sogo:sogo /etc/sogo
+ mkdir -p /var/log/sogo
+ chown -R sogo:sogo /etc/sogo /var/log/sogo
}
pre_remove() {