summarylogtreecommitdiffstats
path: root/colobot.install
blob: e9751d2d39ae5bbb5a28f2784d8f3e529d4656b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  post_install
}

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