Maemo Nokia 770 and 800 debian packaging.
Fixed the "Home" button missing icon problem Fixed cursor (now it's hidden) Files are saved on /media/mmc1/tuxpaint by default so users can see them from the filemanager Added xpm icon to hildon desktop
This commit is contained in:
parent
52a8db16ac
commit
cb9a159ba5
8 changed files with 511 additions and 56 deletions
16
debian/postinst
vendored
Executable file
16
debian/postinst
vendored
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue