summaryrefslogtreecommitdiff
path: root/community/qgo/qgo.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/qgo/qgo.install')
-rw-r--r--community/qgo/qgo.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/qgo/qgo.install b/community/qgo/qgo.install
new file mode 100644
index 000000000..e3a36c814
--- /dev/null
+++ b/community/qgo/qgo.install
@@ -0,0 +1,14 @@
+post_upgrade() {
+ update-desktop-database -q
+ update-mime-database /usr/share/mime
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
+
+# vim:set ts=2 sw=2 et: