summaryrefslogtreecommitdiffstats
path: root/office/fbreader/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'office/fbreader/doinst.sh')
-rw-r--r--office/fbreader/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/fbreader/doinst.sh b/office/fbreader/doinst.sh
index 34be13eb65..5fb28930db 100644
--- a/office/fbreader/doinst.sh
+++ b/office/fbreader/doinst.sh
@@ -1,3 +1,3 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi