diff options
author | Daniel de Kok <danieldk@pobox.com> | 2010-05-13 00:22:50 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:22:50 +0200 |
commit | 4fe08c2c369845698ad04e024720c6a8c75ff21b (patch) | |
tree | e08b6146a3abdbedaa5720533bffa17a7d624c2e /desktop/matchbox-panel/doinst.sh | |
parent | 9d5a1edec28d9072508be7113a0acc41fbe645c8 (diff) | |
download | slackbuilds-4fe08c2c369845698ad04e024720c6a8c75ff21b.tar.gz |
desktop/matchbox-panel: Updated for version 0.9.3
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 + |