summarylogtreecommitdiffstats
path: root/gnome-icon-theme-extras.install
blob: afee3cc52829c75b9f1a265480ca92e8e9beb73e (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}