\npost_install() {
\txdg-icon-resource forceupdate --theme hicolor &> /dev/null
	if [ "$1" = "configure" ]; then
		echo
	fi
\tupdate-desktop-database -q
}
\npre_remove() {
}
\npost_remove() {
\txdg-icon-resource forceupdate --theme hicolor &> /dev/null
	if [ "$1" = "remove" ]; then
		echo
	fi
\tupdate-desktop-database -q
}
