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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Tue Dec 9 20:06:06 2008 UTC (15 years, 5 months ago) by harbaum
Original Path: debian/postinst
File size: 265 byte(s)
Initial import
1 harbaum 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