post-install() {
  gtk-update-icon-cache -ftq usr/share/icons/Numix-Circle
  gtk-update-icon-cache -ftq usr/share/icons/Numix-Circle-Light
}

post-upgrade() {
  post-install
}

post-remove() {
  post-install
}

# vim: ts=2 sw=2 et:
