summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-01-31 23:22:44 +0100
committerStefan Husmann2016-01-31 23:22:44 +0100
commit1b4e48357d4f9f4e1f050fad8af9a3b385d3b1ce (patch)
tree557101d8756b141859e28dd8879e66532af3b952
parent740ff6342674c69d7e6ae7e1e19a66925b5445d4 (diff)
downloadaur-1b4e48357d4f9f4e1f050fad8af9a3b385d3b1ce.tar.gz
commit install file
-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