diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-08-20 11:30:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-08-20 11:31:43 +0200 |
commit | 3862ae443098470245bfa0ffc88b7f7992320039 (patch) | |
tree | 67dbe3be7776b9776632b2e0c917ec691e9a5a8d /debian/mailgraph.postinst | |
parent | ec6cbb28d2867407af7694cd2ef93cfa31a7608c (diff) |
Fix the owner and the group of the directory /var/lib/mailgraph/
Diffstat (limited to 'debian/mailgraph.postinst')
-rw-r--r-- | debian/mailgraph.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/mailgraph.postinst b/debian/mailgraph.postinst index 4b73ef3..4c45aa9 100644 --- a/debian/mailgraph.postinst +++ b/debian/mailgraph.postinst @@ -36,6 +36,7 @@ case "$1" in ucf --debconf-ok ${tempfile} /etc/default/mailgraph ucfr mailgraph /etc/default/mailgraph rm -f ${tempfile} + chown -R www-data:www-data /var/lib/mailgraph/ ;; abort-upgrade|abort-remove|abort-deconfigure) |