summaryrefslogtreecommitdiff
path: root/community/consonance/consonance.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/consonance/consonance.install')
-rw-r--r--community/consonance/consonance.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/consonance/consonance.install b/community/consonance/consonance.install
new file mode 100644
index 000000000..f1474aee3
--- /dev/null
+++ b/community/consonance/consonance.install
@@ -0,0 +1,14 @@
+post_install()
+{
+ usr/bin/update-desktop-database -q
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}