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

post_upgrade()
{
    post_install
}

post_remove()
{
    post_install
}