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

post_install() {
  post_upgrade
}

post_remove() {
  post_upgrade
}

# vim:set ts=2 sw=2 et: