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

post_install() {
  echo "You may need to install a GTK icon theme to display battery status."
  post_upgrade
}

post_remove() {
  post_upgrade
}

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