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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Dec 10 00:00:05 2008 UTC (15 years, 5 months ago) by achadwick
Original Path: trunk/debian/postinst
File size: 265 byte(s)
Begin trunk. No code changes.
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