diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:26:05 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:26:05 +0200 |
commit | 64c710869d8a623768f0087daae6b4b04d8e3cf3 (patch) | |
tree | 4be13c31d3663b75deac6359ebf4ee9b83555088 /office/homebank/doinst.sh | |
parent | a4696f4a108ce8e3d5f02eb9a04d3ba352276c0d (diff) | |
download | slackbuilds-64c710869d8a623768f0087daae6b4b04d8e3cf3.tar.gz |
office/homebank: Updated for version 4.0
Diffstat (limited to 'office/homebank/doinst.sh')
-rw-r--r-- | office/homebank/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/homebank/doinst.sh b/office/homebank/doinst.sh index 85aad974d0..3857649f50 100644 --- a/office/homebank/doinst.sh +++ b/office/homebank/doinst.sh @@ -1,3 +1,3 @@ -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database &> /dev/null +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null fi |