#! /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
  gtk-update-icon-cache -f /usr/share/icons/hicolor
fi

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

chmod 777 /usr/share/hildon-desktop/transitions.ini
chmod a+x /usr/bin/transitioncontrol 

exit 0
