summarylogtreecommitdiffstats
path: root/zenbooru.install
blob: 7b0230e023df6891adadb5db6c62af3d8150c2f1 (plain)
1
2
3
4
5
6
7
8
post_install()
	{
	xdg-icon-resource forceupdate --theme hicolor &>/dev/null
	update-desktop-database -q
	}

post_upgrade() { post_install; }
post_remove()  { post_install; }