3
# $1 is the temp folder where the packages have been extracted
5
LO_PATH=$TEMP_PATH/opt/libreoffice/lib/libreoffice
6
LO_REGISTRY=$LO_PATH/share/registry
8
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
10
echo "Disable file locking in LibreOffice"
11
cp $THIS_DIR/disable-file-locking.xcd $LO_REGISTRY
13
echo "Disable spell checking in LibreOffice"
14
cp $THIS_DIR/disable-spell-check.xcd $LO_REGISTRY