summarylogtreecommitdiffstats
path: root/qtiplot-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'qtiplot-git.install')
-rwxr-xr-xqtiplot-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/qtiplot-git.install b/qtiplot-git.install
new file mode 100755
index 000000000000..251ab05ea3b1
--- /dev/null
+++ b/qtiplot-git.install
@@ -0,0 +1,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
+}
+