diff options
Diffstat (limited to 'debian/echolot.postinst.in')
-rwxr-xr-x | debian/echolot.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/echolot.postinst.in b/debian/echolot.postinst.in index 7f33347..2b70082 100755 --- a/debian/echolot.postinst.in +++ b/debian/echolot.postinst.in @@ -18,7 +18,7 @@ chown echolot.adm /var/log/echolot/echolot.log chmod 640 /var/log/echolot/echolot.log # and /var/lib/echolot if ( ! dpkg-statoverride --list /var/lib/echolot > /dev/null ); then - dpkg-statoverride --update --add root echolot 02770 /var/lib/echolot + dpkg-statoverride --update --add root echolot 02775 /var/lib/echolot fi # and /var/run/echolot if ( ! dpkg-statoverride --list /var/run/echolot > /dev/null ); then |