summarylogtreecommitdiffstats
path: root/qutim.install
blob: 3c4855cc342701f341b1dadca8c975f9e191c57a (plain)
1
2
3
4
5
6
7
post_install() {
  gtk-update-icon-cache -fq /usr/share/icons/hicolor
}

post_remove() {
  post_install
}