#!/bin/sh

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

if [ -x /usr/bin/update-desktop-database ] ; then
	update-desktop-database /usr/share/applications
fi

#if [ "$1" != 'upgrade' ] ; then
#    pkill -f /usr/bin/hildon-status-menu
#fi

#DEBHELPER#
