summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index 7d363bbe3a42..82e7c8ca401d 100644
--- a/install
+++ b/install
@@ -11,10 +11,10 @@ BLUE="${BOLD}$(tput setaf 4)"
GREEN="${BOLD}$(tput setaf 2)"
post_install() {
- update-desktop-database -q || true
+# update-desktop-database -q || true
}
post_remove() {
- update-desktop-database -q || true
+# update-desktop-database -q || true
}