[libreoffice-online] 01/05: add echos around systemplate creation in loolwsd.postinst
Rene Engelhard
rene at moszumanska.debian.org
Mon Feb 27 15:13:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch master
in repository libreoffice-online.
commit 09c78e0ecfefddc4f22af698783ef82819fc99f9
Author: Rene Engelhard <rene at debian.org>
Date: Mon Feb 27 15:21:56 2017 +0100
add echos around systemplate creation in loolwsd.postinst
---
debian/loolwsd.postinst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/loolwsd.postinst b/debian/loolwsd.postinst
index 9c2d090..f1eb761 100755
--- a/debian/loolwsd.postinst
+++ b/debian/loolwsd.postinst
@@ -20,7 +20,9 @@ case "$1" in
chown lool: /var/lib/lool
chown lool: /var/lib/lool/child-roots
+ echo -n "Setting up systemplate..."
su lool --shell=/bin/sh -c "loolwsd-systemplate-setup /var/lib/lool/systemplate /usr/lib/libreoffice >/dev/null 2>&1"
+ echo "done."
;;
esac
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git
More information about the Pkg-openoffice-commits
mailing list