#! /bin/sh

# The clock might be wrong and we know that we need to update the icon
# cache so we just force it.

gtk-update-icon-cache -f /usr/share/icons/hicolor

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

cat <<EOF > /tmp/be-careful.txt
This program is still in the development stage. Please be careful when
uploading modified data to the OSM servers. Especially the relation
handling is very new. So please try to be pay special attention when
dealing with objects that are part of relations. Thank you!
EOF

maemo-confirm-text "Please be careful!" /tmp/be-careful.txt

exit 0
