summaryrefslogtreecommitdiff
path: root/community-testing/rawstudio/rawstudio.install
blob: 261adb7b4d786b7d8446e39df864c3d674341fff (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  update-desktop-database -q || true
}

post_upgrade() {
  update-desktop-database -q || true
}

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