Release 0.13.2
[qstardict] / debian / qstardict.postinst
1 #!/bin/sh
2
3 echo "Updating GTK's icon cache"
4 gtk-update-icon-cache -f /usr/share/icons/hicolor
5
6 oldversion="$2"
7 if [ "$OSSO_PRODUCT_RELEASE_FULL_NAME" != "Maemo 5" ]; then
8   if [ -z "$oldversion" ]; then
9     if ! maemo-select-menu-location qstardict.desktop; then
10       echo "Couldn't launch maemo-select-menu-location"
11     fi
12   fi
13 fi