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

post_remove() {
 gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
}