#!/bin/sh -e

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

oldversion="$2"
if [ -z "$oldversion" ]; then
	if [ -e /usr/bin/maemo-select-menu-location ]; then
		 maemo-select-menu-location macuco2.desktop
	 fi
fi

exit 0
