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

post_remove() {
  gtk-update-icon-cache -fq /usr/share/icons/hicolor
}