#!/bin/sh

#echo $1 >> /home/krzsas/log.txt
echo -e "Postinstalling actions..." 
su $USER -c 'ln -s /usr/share/applications/hildon/mdictionary.desktop /etc/others-menu/extra_applications/0112_mdictionarygui.desktop' ;
#maemo-confirm-text /usr/share/doc/mdictionarygui/copyright

#case $? in
#0)su $USER -c 'gconftool-2 --type bool --set /apps/maemo/mdictionary/configuration/licence true';;
  # maemo-select-menu-location mdictionary.desktop
#1)su $USER -c 'gconftool-2 --type bool --set /apps/maemo/mdictionary/configuration/licence false';;
#esac
maemo-select-menu-location mdictionary.desktop

exit 0

# End automatically added section
