From 3a03f50784d8906d0ed680f49875997aadeaa0ab Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 22 May 2019 10:41:25 +0200 Subject: 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 Tested-by: Samuel Mehrbrodt --- debian/loolwsd.postinst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/loolwsd.postinst.in') 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 -- cgit v1.2.3