#!/bin/sh
chown -R user:users /home/user/.fheroes2

oldversion="$2"
if [ -z "$oldversion" ]; then
	gtk-update-icon-cache -f /usr/share/icons/hicolor || true # Maybe i should check if the icon is the same...

	maemo-select-menu-location fheroes2.desktop tana_fi_games || true

	maemo-confirm-text Notice /home/user/.fheroes2/install-notice.txt || true
fi

exit 0
