summaryrefslogtreecommitdiff
path: root/community/kvirc/kvirc.install
blob: 8f76d007fdf094b29d6f8f826739951d08a4239b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
  true
}

post_upgrade() {
  post_install
}

pre_remove() {
  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
  true
}