summaryrefslogtreecommitdiff
path: root/community/rust/rust.install
blob: 80b6673ecae96c20fed40e275945b60b5d8af478 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  update-mime-database usr/share/mime >/dev/null
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}