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

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