#! /bin/sh

if [ -x /usr/bin/gtk-update-icon-cache ]
then
	/usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
fi

/usr/bin/update-mime-database /usr/share/mime
/usr/bin/update-desktop-database

#if [ "$1" = "configure" -a -z "$2" -a -x /usr/bin/maemo-select-menu-location ]
#then
#	/usr/bin/maemo-select-menu-location view-manga.desktop
#fi

