diff options
Diffstat (limited to 'office/xpad/doinst.sh')
-rw-r--r-- | office/xpad/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/xpad/doinst.sh b/office/xpad/doinst.sh index 98d466d8b9..854e20633d 100644 --- a/office/xpad/doinst.sh +++ b/office/xpad/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 fi |