added proper about dlg, and fixed bug refreshing quotes view
[stockthis] / debian / postinst
index f6557ee..b56f8e4 100755 (executable)
@@ -6,17 +6,11 @@
 ## ----------------------------------------------------------------------
 set -e
 
-MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location
-
 chmod +x /usr/bin/stockthis
 
 oldversion="$2"
 if [ -z "$oldversion" ]; then
-  if [ -f $MAEMO_SELECT_MENU ]
-  then 
-    maemo-select-menu-location stockthis.desktop
-  fi
-  gtk-update-icon-cache -f /usr/share/icons/hicolor  
+  gtk-update-icon-cache -f /usr/share/icons/hicolor
 fi
 
 exit 0