Moved Maemo 'debian' files into a 'maemo' subfolder, to make normal

debian builds less annoying for Ben.
This commit is contained in:
William Kendrick 2007-08-03 16:44:02 +00:00
parent 26c7051c07
commit c38e44bd3c
3 changed files with 0 additions and 0 deletions

16
maemo/debian/postinst Executable file
View file

@ -0,0 +1,16 @@
#! /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