summaryrefslogtreecommitdiffstats
path: root/debian/shell-lib-extensions.sh
blob: 3fc248e451499d4ac36bec55b079ae170e8008f3 (plain)
1
2
3
4
5
6
7
8
9
10
validate_extensions() {
  INSTDIR=`mktemp -d`
  if HOME=$INSTDIR /usr/lib/libreoffice/program/unopkg list --bundled >/dev/null 2>/dev/null; then
	HOME=$INSTDIR /usr/lib/libreoffice/program/unopkg validate -v --bundled
  fi
}

make_lo_sync_extensions() {
	touch /usr/lib/libreoffice/share/extensions
}