From: sr Date: Wed, 30 Dec 2009 13:24:09 +0000 (+0300) Subject: ChangeLog and postinst fix X-Git-Url: http://git.maemo.org/git/?p=qstardict;a=commitdiff_plain;h=9df37de1e2ab7d1153f35ced7eade10f0413d884 ChangeLog and postinst fix --- diff --git a/debian/changelog b/debian/changelog index 2689708..13efb3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qstardict (0.13.1-8) unstable; urgency=low + + * GUI fix + * Build rules fix + + -- SR Fri, 29 Dec 2009 21:43:00 +0300 + qstardict (0.13.1-7) unstable; urgency=low * optified diff --git a/debian/qstardict.postinst b/debian/qstardict.postinst index 2cf7aa7..ccc7787 100755 --- a/debian/qstardict.postinst +++ b/debian/qstardict.postinst @@ -4,8 +4,10 @@ echo "Updating GTK's icon cache" gtk-update-icon-cache -f /usr/share/icons/hicolor oldversion="$2" -if [ -z "$oldversion" ]; then - if ! maemo-select-menu-location qstardict.desktop; then - echo "Couldn't launch maemo-select-menu-location" +if [ "$OSSO_PRODUCT_RELEASE_FULL_NAME" != "Maemo 5" ]; then + if [ -z "$oldversion" ]; then + if ! maemo-select-menu-location qstardict.desktop; then + echo "Couldn't launch maemo-select-menu-location" + fi fi fi