summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-11-27 12:15:52 +0100
committerAndras Timar <andras.timar@collabora.com>2019-11-27 12:16:07 +0100
commit8d5d9e427f3bf9fce791e1a0fb2beca0206d54fd (patch)
treeb60342670c87cdfa2e94e822b99a2d3495774023 /debian
parent649ca253db594805ed8f355e25770384961728de (diff)
APP_NAME tweaks
Change-Id: I16016cfc575620f98c0124fdb85e39cf56e0453a
Diffstat (limited to 'debian')
-rw-r--r--debian/loolwsd.postinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/loolwsd.postinst.in b/debian/loolwsd.postinst.in
index bbbfcfeda..afd2cde2a 100644
--- a/debian/loolwsd.postinst.in
+++ b/debian/loolwsd.postinst.in
@@ -25,7 +25,7 @@ case "$1" in
loolwsd-systemplate-setup /opt/lool/systemplate @LO_PATH@ >/dev/null 2>&1
cat << EOF > /etc/apt/apt.conf.d/25loolwsd
-// Rebuild systemplate of LibreOffice Online
+// Rebuild systemplate of @APP_NAME@
DPkg::Post-Invoke { "echo Updating loolwsd systemplate;su lool --shell=/bin/sh -c 'loolwsd-systemplate-setup /opt/lool/systemplate @LO_PATH@ >/dev/null 2>&1'"; };
EOF
;;