1. post_install() {
  2. xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  3. }
  4.  
  5. post_upgrade() {
  6. post_install
  7. }
  8.  
  9. post_remove() {
  10. post_install
  11. }