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