* AUTHORS:
[tunertool] / debian / postinst
1 #! /bin/sh
2 gtk-update-icon-cache -f /usr/share/icons/hicolor
3
4 # Now we are ready to let the user move the entry around, but only if
5 # this is a new install
6
7 oldversion="$2"
8 if [ -z "$oldversion" ]; then
9   maemo-select-menu-location tuner.desktop
10 fi
11
12 #DEBHELPER#
13
14 exit 0