ChangeLog and postinst fix
authorsr <sr@localhost.localdomain>
Wed, 30 Dec 2009 13:24:09 +0000 (16:24 +0300)
committersr <sr@localhost.localdomain>
Wed, 30 Dec 2009 13:24:09 +0000 (16:24 +0300)
debian/changelog
debian/qstardict.postinst

index 2689708..13efb3c 100644 (file)
@@ -1,3 +1,10 @@
+qstardict (0.13.1-8) unstable; urgency=low
+
+  * GUI fix
+  * Build rules fix
+
+ -- SR <sbir@list.ru>  Fri, 29 Dec 2009 21:43:00 +0300
+
 qstardict (0.13.1-7) unstable; urgency=low
 
   * optified
 qstardict (0.13.1-7) unstable; urgency=low
 
   * optified
index 2cf7aa7..ccc7787 100755 (executable)
@@ -4,8 +4,10 @@ echo "Updating GTK's icon cache"
 gtk-update-icon-cache -f /usr/share/icons/hicolor
 
 oldversion="$2"
 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
   fi
 fi