#!/bin/sh

echo -e "Postinstalling actions..." 

if [ "$1" != "upgrade" ]
then
# End automatically added section

su $USER -c 'gconftool-2 --type string --set /apps/maemo/mdictionary/engines/xdxf/path "/usr/lib/mdictionary/engine_xdxf.so"'
su $USER -c 'gconftool-2 --type string --set /apps/maemo/mdictionary/engines/stardict/path "/usr/lib/mdictionary/engine_stardict.so"'

fi
# End automatically added section
