summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-common-internals/telepathy-kde-common-internals.install
blob: 0b9f228a90d0f2f6107f6b8de1cc408e19b25b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}

post_update() {
    post_install
}

post_remove() {
    post_install
}