diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-05-22 09:46:55 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-05-22 10:27:33 +0200 |
commit | 92785742896f20374fc080922d603cd76d2157ca (patch) | |
tree | 997eb9116db0d15b5a3d1d121dd1f6bc12f2e383 /debian/loolwsd.postinst.in | |
parent | 720fffedf28b177c42498eb35daedd78a80e4251 (diff) |
Adapt paths to new package name
After 1dbbc5acc7d51adc363c2b43a24afae4b17971a6
Change-Id: I64a12fb13bc8f9371821b2d5969941bfddc2514a
Reviewed-on: https://gerrit.libreoffice.org/72728
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 942cbc695..daef0188f 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/loolwsd/loolwsd.xml - chmod 640 /etc/loolwsd/loolwsd.xml + chown lool: /etc/libreoffice-online/loolwsd.xml + chmod 640 /etc/libreoffice-online/loolwsd.xml # We assume that the LibreOffice to be used is built TDF-style # and installs in @LO_PATH@, and that /opt/lool is |