2cf7aa710835df8b0625e5e4d8b00f78626a750e
[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 [ -z "$oldversion" ]; then
8   if ! maemo-select-menu-location qstardict.desktop; then
9     echo "Couldn't launch maemo-select-menu-location"
10   fi
11 fi