~ubuntu-docviewer-dev/ubuntu-docviewer-app/lo-viewer

« back to all changes in this revision

Viewing changes to click/disable-lo-features.sh

Update framework to 'ubuntu-sdk-14.10'. Fixes: https://bugs.launchpad.net/bugs/1401718.

Approved by Nekhelesh Ramananthan, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

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