summarylogtreecommitdiffstats
path: root/konstruktor-git.install
blob: d7c0e64529599e2e0b5d19a427c3909a9d69e5db (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  update-mime-database usr/share/mime >/dev/null
  update-desktop-database -q
}
post_upgrade() {
  post_install
}
post_remove() {
  post_install
}