#! /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

if [ ! -d /media/mmc1/tuxpaint ]
then
   mkdir /media/mmc1/tuxpaint
fi

echo " Lets ask about the location"
maemo-select-menu-location tuxpaint.desktop tana_fi_games

exit 0
