summarylogtreecommitdiffstats
path: root/qmplay2.install
blob: 9c232e9738c5783276db92b4a9105c2ab7f9af7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install()
{
	update-desktop-database -q
	update-mime-database /usr/share/mime
}

post_update()
{
	post_install
}

post_remove()
{
	post_install
}