summarylogtreecommitdiffstats
path: root/hexchat.install
blob: 731d1f5ffd35c93b870e6747c83874e2dfa86751 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  update-desktop-database -q
}

post_upgrade() {
  post_install
}