summaryrefslogtreecommitdiff
path: root/community/djview4/install
blob: f2bd04ceb421c467d48c56ab7b26ec5dacf21a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}