summarylogtreecommitdiffstats
path: root/gnome-pie-git.install
blob: 316694d5b0af3f5fec4f081173c06cb6deffbc05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  gtk-update-icon-cache
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}