diff options
author | Jan Holesovsky <kendy@collabora.com> | 2019-05-22 10:41:25 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-05-22 12:06:06 +0200 |
commit | 3a03f50784d8906d0ed680f49875997aadeaa0ab (patch) | |
tree | c94c37c3f3c9eb5ce00f7c6ac9553606e37ca95b /debian/loolwsd.postinst.in | |
parent | 92785742896f20374fc080922d603cd76d2157ca (diff) |
Revert "Adapt paths to new package name"
It is not a good idea to change the configuration directory, it will affect all the existing installations.
And the service is called loolwsd - so the configuration should be called that way too.
This reverts commit 92785742896f20374fc080922d603cd76d2157ca.
Change-Id: I7e6eee644e21ad2dd842742585d16133ff8e36c9
Reviewed-on: https://gerrit.libreoffice.org/72730
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'debian/loolwsd.postinst.in')
-rwxr-xr-x | debian/loolwsd.postinst.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/loolwsd.postinst.in b/debian/loolwsd.postinst.in index daef0188f..942cbc695 100755 --- a/debian/loolwsd.postinst.in +++ b/debian/loolwsd.postinst.in @@ -9,8 +9,8 @@ case "$1" in adduser --quiet --system --group --home /opt/lool lool mkdir -p /var/cache/loolwsd && chown lool: /var/cache/loolwsd rm -rf /var/cache/loolwsd/* - chown lool: /etc/libreoffice-online/loolwsd.xml - chmod 640 /etc/libreoffice-online/loolwsd.xml + chown lool: /etc/loolwsd/loolwsd.xml + chmod 640 /etc/loolwsd/loolwsd.xml # We assume that the LibreOffice to be used is built TDF-style # and installs in @LO_PATH@, and that /opt/lool is |