summarylogtreecommitdiffstats
path: root/minitube-aur.install
blob: 8fdd0f8b4cccea9ad435a7b59556a47c9ec9e148 (plain)
1
2
3
4
5
6
7
post_install() {
  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}

post_remove() {
  post_install
}