post_install() {
  # Update icon cache.
  gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
}

post_upgrade() {
  post_install
}