summaryrefslogtreecommitdiff
path: root/sysui/desktop/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/desktop/debian/postrm')
-rw-r--r--sysui/desktop/debian/postrm4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysui/desktop/debian/postrm b/sysui/desktop/debian/postrm
index 577221867455..42aa7892873d 100644
--- a/sysui/desktop/debian/postrm
+++ b/sysui/desktop/debian/postrm
@@ -6,10 +6,10 @@ if [ "$1" != "purge" ]; then
update-mime-database /usr/share/mime
fi
if [ -x /usr/bin/update-desktop-database ]; then
- update-desktop-database /usr/share/applications
+ update-desktop-database -q /usr/share/applications
fi
if [ -x /usr/bin/update-menus ]; then
update-menus
fi
fi
-exit 0 \ No newline at end of file
+exit 0