1#! /bin/sh
2
3# The clock might be wrong and we know that we need to update the icon
4# cache so we just force it.
5
6gtk-update-icon-cache -f /usr/share/icons/hicolor
7
8if [ ! -d /media/mmc1/tuxpaint ]
9then
10   mkdir /media/mmc1/tuxpaint
11fi
12
13echo " Lets ask about the location"
14maemo-select-menu-location tuxpaint.desktop tana_fi_games
15
16exit 0
17