#! /bin/sh

oldversion="$2"
if [ -z "$oldversion" ]; then
    gtk-update-icon-cache -f /usr/share/icons/hicolor  # Maybe i should check if the icon is the same...
    
    maemo-select-menu-location tear.desktop tana_fi_internet > /dev/null 2>&1
fi

exit 0
