post_install() {
  update-desktop-database -q
  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
}

post_upgrade() {
  post_install $1
  echo 'Set GTK_CSD=1 to enable client side decorations for Midori'
}

post_remove() {
  post_install $1
}

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