summarylogtreecommitdiffstats
path: root/ricochet-git.install
blob: 6e9b764c7f0d0f8fa5c25b74395e6b68d105e8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  gtk-update-icon-cache
}

post_upgrade() {
  gtk-update-icon-cache
}

post_remove() {
  gtk-update-icon-cache
}