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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 138 - (hide annotations)
Sat Mar 21 23:36:32 2009 UTC (15 years, 2 months ago) by achadwick
File size: 263 byte(s)
Build updates for maemo
1 harbaum 1 #! /bin/sh
2    
3 achadwick 138 # Do we need to run this with -f ? The clock might be wrong,
4     # but forcing it slows the install...
5 harbaum 1 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