#! /bin/sh

# Do we need to run this with -f ? The clock might be wrong,
# but forcing it slows the install...
gtk-update-icon-cache -f /usr/share/icons/hicolor

oldversion="$2"
if [ -z "$oldversion" ]; then
  maemo-select-menu-location osm2go.desktop
fi

exit 0
