summaryrefslogtreecommitdiff
path: root/community/qgo/qgo.install
blob: e3a36c814936560274879548b1bd6405f6a210b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_upgrade() {
  update-desktop-database -q
  update-mime-database /usr/share/mime
}

post_install() {
  post_upgrade
}

post_remove() {
  post_upgrade
}

# vim:set ts=2 sw=2 et: