From 9df37de1e2ab7d1153f35ced7eade10f0413d884 Mon Sep 17 00:00:00 2001 From: sr Date: Wed, 30 Dec 2009 16:24:09 +0300 Subject: [PATCH] ChangeLog and postinst fix --- debian/changelog | 7 +++++++ debian/qstardict.postinst | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) 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 -- 1.7.9.5