diff options
Diffstat (limited to 'desktop/matchbox-panel/doinst.sh')
-rw-r--r-- | desktop/matchbox-panel/doinst.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/matchbox-panel/doinst.sh b/desktop/matchbox-panel/doinst.sh index 1f168fe95a..4e8ba7071d 100644 --- a/desktop/matchbox-panel/doinst.sh +++ b/desktop/matchbox-panel/doinst.sh @@ -1,5 +1,4 @@ -#!/bin/sh - -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 + |