summarylogtreecommitdiffstats
path: root/screencloud.install
blob: 1d15e5ac153994e8a7f1066e31ec9cc610cb7404 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    xdg-icon-resource forceupdate
}

post_upgrade() {
    post_install
}

post_remove() {
    xdg-icon-resource forceupdate
}