summaryrefslogtreecommitdiff
path: root/community/asunder/asunder.install
blob: 735ba2d4a40ef6a0c0596022b917cb0300186676 (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
}