summaryrefslogtreecommitdiff
path: root/extra/x2goclient/x2goclient.install
blob: 51c21a337760d5691d6fb032b80c49cd4083f632 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  xdg-icon-resource forceupdate --theme hicolor
}

post_upgrade() {
  xdg-icon-resource forceupdate --theme hicolor
}

post_remove() {
  xdg-icon-resource forceupdate --theme hicolor
}