minor build fix
authorsr <sr@localhost.localdomain>
Wed, 30 Dec 2009 21:34:17 +0000 (00:34 +0300)
committersr <sr@localhost.localdomain>
Wed, 30 Dec 2009 21:34:17 +0000 (00:34 +0300)
debian/qstardict.postinst
debian/rules

index ccc7787..1c71f5c 100755 (executable)
@@ -1,13 +1,14 @@
 #!/bin/sh
 
 #!/bin/sh
 
-echo "Updating GTK's icon cache"
 gtk-update-icon-cache -f /usr/share/icons/hicolor
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
 
+MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location
+
 oldversion="$2"
 oldversion="$2"
-if [ "$OSSO_PRODUCT_RELEASE_FULL_NAME" != "Maemo 5" ]; then
+if [ -f $MAEMO_SELECT_MENU ]; then
   if [ -z "$oldversion" ]; then
   if [ -z "$oldversion" ]; then
-    if ! maemo-select-menu-location qstardict.desktop; then
-      echo "Couldn't launch maemo-select-menu-location"
-    fi
+    maemo-select-menu-location qstardict.desktop
   fi
 fi
   fi
 fi
+
+exit 0
index 3660ab6..d6100a8 100755 (executable)
@@ -53,7 +53,7 @@ install:
        mkdir -p $(CURDIR)/debian/qstardict/usr/share/applications/hildon/
        cp $(CURDIR)/qstardict/qstardict.desktop $(CURDIR)/debian/qstardict/usr/share/applications/hildon/qstardict.desktop
        mkdir -p $(CURDIR)/debian/qstardict/usr/share/doc/qstardict
        mkdir -p $(CURDIR)/debian/qstardict/usr/share/applications/hildon/
        cp $(CURDIR)/qstardict/qstardict.desktop $(CURDIR)/debian/qstardict/usr/share/applications/hildon/qstardict.desktop
        mkdir -p $(CURDIR)/debian/qstardict/usr/share/doc/qstardict
-       cp $(CURDIR)/qstardict/copyright $(CURDIR)/debian/qstardict/usr/share/doc/qstardict/copyright
+       cp $(CURDIR)/debian/copyright $(CURDIR)/debian/qstardict/usr/share/doc/qstardict/copyright
 
 binary-indep: build install
 
 
 binary-indep: build install