#! /bin/sh
# Now we are ready to let the user move the entry around, but only if
# this is a new install

oldversion="$2"
if [ -z "$oldversion" ]; then
  # maemo-select-menu-location ukmp.desktop
  # maemo-select-menu-location uktube.desktop
  # 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
fi

#DEBHELPER#
cp /usr/bin/ukmp.py /usr/bin/ukmp

chmod a+x /usr/bin/ukmp 

exit 0
