summaryrefslogtreecommitdiff
path: root/community/gogglesmm/gogglesmm.install
blob: 33824249b41defdcb28d70a609d76de8e874b774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  which xdg-icon-resource >/dev/null && xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
  which update-desktop-database >/dev/null && update-desktop-database -q
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}