Moved Maemo 'debian' files into a 'maemo' subfolder, to make normal
debian builds less annoying for Ben.
This commit is contained in:
parent
26c7051c07
commit
c38e44bd3c
3 changed files with 0 additions and 0 deletions
16
maemo/debian/postinst
Executable file
16
maemo/debian/postinst
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