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