#!/bin/sh

echo -e "Preremoving actions..."

if [ "$1" != "upgrade" ]
then
	echo -e -n "Removing gconf configuration..\n"
	su $USER -c 'gconftool-2 --recursive-unset /apps/maemo/mdictionary/engines'
fi


# End automatically added section
