#!/bin/bash
PROGDIR=/usr/lib/openoffice
echo "Eesti keele speller ja poolitaja OpenOffice 2.0.4-le"
echo "Versioon 2.0.680b"
export LD_LIBRARY_PATH=$PROGDIR/program
./regcomp -revoke -r $PROGDIR/program/services.rdb -c $PROGDIR/program/libspellet680li.so
./regcomp -revoke -r $PROGDIR/program/services.rdb -c $PROGDIR/program/libhyphet680li.so
rm -f $PROGDIR/program/libspellet680li.so
rm -f $PROGDIR/program/libhyphet680li.so
rm -f $PROGDIR/share/dict/fslinget.lex
echo "Valmis."
