summarylogtreecommitdiffstats
path: root/hiri.install
blob: 3ed3b8f6ed24c4691c7d06e7dd79c9c68f58ff20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  xdg-icon-resource forceupdate --theme hicolor
  update-desktop-database -q
  update-mime-database usr/share/mime > /dev/null 2>&1
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}