tuxpaint-pencil-sharpener/maemo/debian/postinst
William Kendrick c38e44bd3c Moved Maemo 'debian' files into a 'maemo' subfolder, to make normal
debian builds less annoying for Ben.
2007-08-03 16:44:02 +00:00

16 lines
338 B
Bash
Executable file

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