summarylogtreecommitdiffstats
path: root/kaccounts-providers-git.install
blob: 7f753da320b99b43ffe233f9d81d793e85f63ae9 (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
}