Contents of /branches/ports/maemo/debian/postinst

Parent Directory Parent Directory | Revision Log Revision Log


Revision 57 - (show annotations)
Sun Feb 8 19:38:50 2009 UTC (15 years, 3 months ago) by achadwick
File size: 265 byte(s)
Trunk portability: trunk/ -> branches/ports/maemo/
Begin treating Maemo as a port to avoid conflicting with Debian's debian/.
Ultimately trunk will become packaging-idenpendent, for convenience. Merge
changes from trunk into each ports branch prior to each release for that
platform.
1 #! /bin/sh
2
3 # The clock might be wrong and we know that we need to update the icon
4 # cache so we just force it.
5
6 gtk-update-icon-cache -f /usr/share/icons/hicolor
7
8 oldversion="$2"
9 if [ -z "$oldversion" ]; then
10 maemo-select-menu-location osm2go.desktop
11 fi
12
13 exit 0