#!/bin/sh

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

# Allow the user to select the icon's location, only on first installation
if [ -z "$2" ]
then
	maemo-select-menu-location timeshooting.desktop
fi

#DEBHELPER#
