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