summarylogtreecommitdiffstats
path: root/antimicro-qt4.install
diff options
context:
space:
mode:
Diffstat (limited to 'antimicro-qt4.install')
-rw-r--r--antimicro-qt4.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/antimicro-qt4.install b/antimicro-qt4.install
new file mode 100644
index 000000000000..ad78f0bae313
--- /dev/null
+++ b/antimicro-qt4.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-mime-database usr/share/mime
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}