diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2010-05-11 22:21:54 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:21:54 +0200 |
commit | 68bdf41a75ec45a91e0ed8d9a6db60e58606d409 (patch) | |
tree | 81c9a9746896130fa4e6ad7407a7e631595241a8 /desktop/kbfx/doinst.sh | |
parent | bc71818e74a2890d81eaaef4d4217c222a5cafee (diff) |
desktop/kbfx: Updated for version 0.4.9.3.1
Diffstat (limited to 'desktop/kbfx/doinst.sh')
-rw-r--r-- | desktop/kbfx/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/kbfx/doinst.sh b/desktop/kbfx/doinst.sh index 22d4849bce4a9..b3108378706cb 100644 --- a/desktop/kbfx/doinst.sh +++ b/desktop/kbfx/doinst.sh @@ -1,5 +1,5 @@ -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 |