#!/bin/sh -e

# The clock might be wrong and we know that we need to update the icon
# cache so we just force it.

gtk-update-icon-cache -f /usr/share/icons/hicolor

# Now we are ready to let the user move the entry around, but only if
# this is a new install
MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location

oldversion="$2"
if [ -z "$oldversion" ]; then
  if [ -f $MAEMO_SELECT_MENU ]
  then
    maemo-select-menu-location tabletbridge.desktop
  fi
fi

#DEBHELPER#

exit 0
