summarylogtreecommitdiffstats
path: root/mozart2-git.install
blob: f4d378b2dbf4e3d73e344fc02aee981696b91c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	xdg-icon-resource forceupdate --theme hicolor
	update-desktop-database -q
	update-mime-database usr/share/mime > /dev/null 2>&1
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}

# vim:set ts=4 sw=4 et: