summarylogtreecommitdiffstats
path: root/sim.install
blob: c123f180eb7c1ac00645503baca92afb2f8dd943 (plain)
1
2
3
4
5
6
7
8
post_install() {
  update-desktop-database -q
  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}

post_upgrade() {
  post_install
}