summarylogtreecommitdiffstats
path: root/crumble.install
blob: 9c03dc3beb63e2a2fe29cdad4406c8277c5fc586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  update-mime-database /usr/share/mime &>/dev/null || true
  gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || true
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}