summaryrefslogtreecommitdiff
path: root/community/kde-gtk-config/kde-gtk-config.install
blob: 6905e303e69de8f7fbc92bd6f68fc74f895e2865 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}

post_upgrade() {
        post_install
}

post_remove() {
        post_install
}