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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 138 - (show annotations)
Sat Mar 21 23:36:32 2009 UTC (15 years, 1 month ago) by achadwick
File size: 263 byte(s)
Build updates for maemo
1 #! /bin/sh
2
3 # Do we need to run this with -f ? The clock might be wrong,
4 # but forcing it slows the install...
5 gtk-update-icon-cache -f /usr/share/icons/hicolor
6
7 oldversion="$2"
8 if [ -z "$oldversion" ]; then
9 maemo-select-menu-location osm2go.desktop
10 fi
11
12 exit 0