summarylogtreecommitdiffstats
path: root/qtiplot-git.install
diff options
context:
space:
mode:
authorFélix Piédallu2016-06-27 23:55:47 +0200
committerFélix Piédallu2016-06-27 23:55:47 +0200
commit95dbb9945147c092c4fc390567bade2f042f580f (patch)
treed35c91f0e9d85e79115dd725112d41c3199b5516 /qtiplot-git.install
downloadaur-qtiplot-git.tar.gz
first commit
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
+}
+