summarylogtreecommitdiffstats
path: root/sviesolutions-via-bin.install
blob: f2d80eb331def953c9227d57260c66ff37126c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install()
{
	update-desktop-database -q
}

post_upgrade()
{
	post_install
}

post_remove()
{
	post_install
}