summarylogtreecommitdiffstats
path: root/qtiplot-git.install
blob: 251ab05ea3b1831c3e4bb8bdba5931d80bbc498d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "Updating MIME type for QtiPlot project file"
  update-mime-database /usr/share/mime
}

post_upgrade() {
  post_install
}

post_remove () {
  post_install
}