diff options
Diffstat (limited to 'chrome/installer/linux/common/prerm.include')
-rw-r--r-- | chrome/installer/linux/common/prerm.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/linux/common/prerm.include b/chrome/installer/linux/common/prerm.include index 721f525..5bb2c40 100644 --- a/chrome/installer/linux/common/prerm.include +++ b/chrome/installer/linux/common/prerm.include @@ -15,4 +15,4 @@ if [ -x "$UPDATE_MENUS" ]; then 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 |