#!/bin/sh echo -e "Preremoving actions..." #su $USER -c 'rm -rf /usr/share/WhiteStork' if [ "$1" != "upgrade" ] then echo -e -n "Removing gconf configuration..\n" su $USER -c 'gconftool-2 --recursive-unset /apps/maemo/WhiteStork/Dictionaries' su $USER -c 'gconftool-2 --recursive-unset /apps/maemo/WhiteStork/Engines' fi # End automatically added section