summarylogtreecommitdiffstats
path: root/konstruktor-git.install
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-10 06:40:08 -0600
committerBrian Bidulock2015-06-10 06:40:08 -0600
commitc9b18d544e5295dbe845c26edd2abf8824d89d62 (patch)
tree26a31c6cc724ea0adcbd3955fa153259b44a67f6 /konstruktor-git.install
downloadaur-c9b18d544e5295dbe845c26edd2abf8824d89d62.tar.gz
initial version
Diffstat (limited to 'konstruktor-git.install')
-rw-r--r--konstruktor-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/konstruktor-git.install b/konstruktor-git.install
new file mode 100644
index 000000000000..d7c0e6452959
--- /dev/null
+++ b/konstruktor-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-mime-database usr/share/mime >/dev/null
+ update-desktop-database -q
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}
+