post_install() {
	if type xdg-icon-resource &>/dev/null; then
		xdg-icon-resource forceupdate --theme hicolor &> /dev/null
	fi
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}
