summaryrefslogtreecommitdiff
path: root/setup_native/scripts/osx_install_languagepack.applescript
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/scripts/osx_install_languagepack.applescript')
-rw-r--r--setup_native/scripts/osx_install_languagepack.applescript8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup_native/scripts/osx_install_languagepack.applescript b/setup_native/scripts/osx_install_languagepack.applescript
index cbd7743b242f..49c8e546a8b4 100644
--- a/setup_native/scripts/osx_install_languagepack.applescript
+++ b/setup_native/scripts/osx_install_languagepack.applescript
@@ -143,6 +143,14 @@ end if
-- touch extensions folder to have LO register bundled dictionaries
set tarCommand to "/usr/bin/tar -C " & quoted form of (choice as string) & " -xjf " & quoted form of sourcedir & "/tarball.tar.bz2 && touch " & quoted form of (choice as string) & "/Contents/Resources/extensions"
try
+ (* A start of unchanged LO must take place so Gatekeeper will verify
+ the signature prior to installing the languagepack
+ *)
+ if application choice is not running then
+ -- this will flash the startcenter once...
+ tell application choice to activate
+ tell application choice to quit
+ end if
do shell script tarCommand
on error errMSG number errNUM