summarylogtreecommitdiffstats
path: root/wine.install
blob: 36928c2e90cfc4b96d3872a8f9da0c82751fc47f (plain)
1
2
3
4
5
6
7
post_install() {
	update-desktop-database -q
}

post_remove() {
	update-desktop-database -q
}