Index: chrome_linux64/installer/common/postinst.include |
=================================================================== |
--- chrome_linux64/installer/common/postinst.include (revision 273864) |
+++ chrome_linux64/installer/common/postinst.include (working copy) |
@@ -15,7 +15,7 @@ |
fi |
# Update cache of .desktop file MIME types. Non-fatal since it's just a cache. |
-update-desktop-database || true |
+update-desktop-database > /dev/null 2>&1 || true |
# Updates defaults.list file if present. |
update_defaults_list() { |