summarylogtreecommitdiffstats
path: root/mtx.install
diff options
context:
space:
mode:
authorJorge Barroso2015-06-15 21:31:37 +0200
committerJorge Barroso2015-06-15 21:31:37 +0200
commitf9538332d6e22bb65a9587eed986dbd99b99e730 (patch)
tree1b6855db26f3833ff30ebcfdfde35391d12bbf2b /mtx.install
downloadaur-mangatux.tar.gz
Initial import
Diffstat (limited to 'mtx.install')
-rw-r--r--mtx.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/mtx.install b/mtx.install
new file mode 100644
index 000000000000..a81094c5ae16
--- /dev/null
+++ b/mtx.install
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file