Tagged 0.32test1-it2008
[maemopadplus.git] / debian / postinst
blob93640a760783d7e3cb5664c000445d264a41128b
1 #! /bin/sh
3 # The clock might be wrong and we know that we need to update the icon
4 # cache so we just force it.
6 gtk-update-icon-cache -f /usr/share/icons/hicolor
8 # Now we are ready to let the user move the entry around, but only if
9 # this is a new install
11 #oldversion="$2"
12 #if [ -z "$oldversion" ]; then
13 # maemo-select-menu-location maemopadplus.desktop
14 #fi
16 #DEBHELPER#
18 exit 0