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

post_upgrade() {
  post_install
}