91f3d32191e657a953710c51f33dc066bf733d6b
[speedometer] / debian / postinst
1 #! /bin/sh
2
3 # do this in the background
4 gtk-update-icon-cache -f /usr/share/icons/hicolor &
5
6 # promts the user if this is a fresh install
7 maemo-select-menu-location speedometer.desktop
8
9 exit 0