File: postinst

package info (click to toggle)
tuxpaint 1%3A0.9.20-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,004 kB
  • ctags: 2,143
  • sloc: ansic: 22,917; objc: 1,082; makefile: 922; sh: 172; cpp: 119; python: 75
file content (16 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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