diff options
author | Roberto Neri <rneri@libero.it> | 2010-05-13 00:21:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:21:41 +0200 |
commit | 0ddeb692fe7f9294d5c99e396965a770e1dc4536 (patch) | |
tree | 967f0ebeb510733eddaa390bcea6e863438377c5 /audio/mp3splt-gtk/doinst.sh | |
parent | c098cfdefc607d0cddc7d7429eb6977fc766d399 (diff) |
audio/mp3splt-gtk: Updated for version 0.5.7a
Diffstat (limited to 'audio/mp3splt-gtk/doinst.sh')
-rw-r--r-- | audio/mp3splt-gtk/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3splt-gtk/doinst.sh b/audio/mp3splt-gtk/doinst.sh index 65fd352418759..4e8ba7071dea7 100644 --- a/audio/mp3splt-gtk/doinst.sh +++ b/audio/mp3splt-gtk/doinst.sh @@ -1,4 +1,4 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |