summaryrefslogtreecommitdiffstats
path: root/debian/shell-lib-lool.sh
blob: b0afb776321d496ba56384554db994e5174d1dfb (plain)
1
2
3
4
5
update_lool_systemplate() {
        echo -n "Updating LibreOffice Online systemplate... "
        su lool --shell=/bin/sh -c 'loolwsd-systemplate-setup /var/lib/lool/systemplate /usr/lib/libreoffice >/dev/null 2>&1'
        echo "done."
}