1. post_install() {
  2. update-desktop-database -q
  3. }
  4.  
  5. post_upgrade() {
  6. post_install
  7. }
  8.  
  9. post_remove() {
  10. post_install
  11. }