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

post_upgrade() {
  post_install "$1"
}

post_remove() {
  post_install "$1"
}