adwaita-icon-theme.install 146 B

1234567891011
  1. post_install() {
  2. gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
  3. }
  4. post_upgrade() {
  5. post_install
  6. }
  7. post_remove() {
  8. post_install
  9. }