summarylogtreecommitdiffstats
path: root/quassel-client.install
blob: 1c93ee3f9ef2f17585788af86d92b33aa35d1734 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
    post_install
}
post_remove() {
    post_install
}