diff options
author | Kristaps Esterlins <esterlins@gmail.com> | 2010-05-12 17:36:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:36:57 +0200 |
commit | c01de60f77fae421ddf903e9760d7e1a852be822 (patch) | |
tree | d9f1011fdd636527f907b1cd7282990dfdacac67 /audio/gimmix/doinst.sh | |
parent | 074823f7894978afd8825c6af5b0895fc28cf587 (diff) | |
download | slackbuilds-c01de60f77fae421ddf903e9760d7e1a852be822.tar.gz |
audio/gimmix: Updated for version 0.5.3
Diffstat (limited to 'audio/gimmix/doinst.sh')
-rw-r--r-- | audio/gimmix/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/gimmix/doinst.sh b/audio/gimmix/doinst.sh index 301399ba37..99fe936e34 100644 --- a/audio/gimmix/doinst.sh +++ b/audio/gimmix/doinst.sh @@ -1,5 +1,4 @@ - if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 + /usr/bin/update-desktop-database -q /usr/share/applications >/dev/null 2>&1 fi |