post_upgrade() {
  xdg-icon-resource forceupdate
}

post_install() {
  post_upgrade
  echo 'One of the optional file search engines must be installed for catfish to work.'
}

post_remove() {
  post_upgrade
}

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