# Install dictionary extensions for spellchecking if [ -x "usr/lib@LIBDIRSUFFIX@/@PRGNAM@/program/unopkg" ]; then UNOPKGTMP=$(mktemp -d unopkg.XXXXXX) || UNOPKGTMP=/tmp/unopkg.$$ if [ -f "usr/lib@LIBDIRSUFFIX@/@PRGNAM@/share/extension/install/dict-@LANG@.oxt" ]; then chroot . /usr/lib@LIBDIRSUFFIX@/@PRGNAM@/program/unopkg add --shared \ usr/lib@LIBDIRSUFFIX@/@PRGNAM@/share/extension/install/dict-@LANG@.oxt \ "-env:UserInstallation=file:///$UNOPKGTMP" 1>/dev/null 2>/dev/null fi rm -rf $UNOPKGTMP fi