X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Fcpufrequi.postinst;fp=debian%2Fcpufrequi.postinst;h=1c71f5c5c023d6d4a3fccf885e3fdf13a5e21da9;hb=69d95c642795cdfd3cae63bb996f2e491df52c2b;hp=0000000000000000000000000000000000000000;hpb=2c4f550940085ed97d92abb7470d34cfe414bc63;p=cpufrequi diff --git a/debian/cpufrequi.postinst b/debian/cpufrequi.postinst new file mode 100755 index 0000000..1c71f5c --- /dev/null +++ b/debian/cpufrequi.postinst @@ -0,0 +1,14 @@ +#!/bin/sh + +gtk-update-icon-cache -f /usr/share/icons/hicolor + +MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location + +oldversion="$2" +if [ -f $MAEMO_SELECT_MENU ]; then + if [ -z "$oldversion" ]; then + maemo-select-menu-location qstardict.desktop + fi +fi + +exit 0