summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--qtikz.install14
2 files changed, 15 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f5451dd962..951eb65b2f3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 31 22:15:18 UTC 2016
+# Sun Jan 31 22:22:14 UTC 2016
pkgbase = qtikz-git
pkgdesc = Small application helping you to create TikZ diagrams
pkgver = r196.ab7bd73
diff --git a/qtikz.install b/qtikz.install
new file mode 100644
index 000000000000..676a31d3cb14
--- /dev/null
+++ b/qtikz.install
@@ -0,0 +1,14 @@
+post_install()
+{
+ update-mime-database /usr/share/mime
+ update-desktop-database -q
+}
+
+post_remove()
+{
+ update-desktop-database -q
+}
+post_upgrade()
+{
+ post_install
+} \ No newline at end of file