init
[cpufrequi] / debian / qstardict.postinst
1 #!/bin/sh
2
3 gtk-update-icon-cache -f /usr/share/icons/hicolor
4
5 MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location
6
7 oldversion="$2"
8 if [ -f $MAEMO_SELECT_MENU ]; then
9   if [ -z "$oldversion" ]; then
10     maemo-select-menu-location qstardict.desktop
11   fi
12 fi
13
14 exit 0