\npost_install() {
\tgtk-update-icon-cache -q -t -f usr/share/icons/hicolor
	if [ "$1" = "configure" ]; then
		echo
	fi
\tupdate-desktop-database -q
}
\npre_remove() {
}
\npost_remove() {
\tgtk-update-icon-cache -q -t -f usr/share/icons/hicolor
	if [ "$1" = "remove" ]; then
		echo
	fi
\tupdate-desktop-database -q
}
