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

post_install() {
  post_upgrade
}

post_remove() {
  post_upgrade
}