diff options
| -rw-r--r-- | debian/mailgraph.postinst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mailgraph.postinst b/debian/mailgraph.postinst index 4c45aa9..62b42e8 100644 --- a/debian/mailgraph.postinst +++ b/debian/mailgraph.postinst @@ -36,7 +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/ +	chown www-data:www-data /var/lib/mailgraph/      ;;      abort-upgrade|abort-remove|abort-deconfigure)  | 
