post_install() {
	xdg-icon-resource forceupdate
}

post_upgrade() {
	if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
		printf '==> Theme paths have been changed. User configurations may need to be updated.\n'
	fi
	xdg-icon-resource forceupdate
}

post_remove() {
	post_install $1
}
