diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-12 17:45:01 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-12 17:45:01 +0200 |
commit | 53923c8f2b483c942d796fa5840e6cf60faac163 (patch) | |
tree | 46830cacc9b43ca82339bd5b5536d37ad7f27eee /system/catfish/doinst.sh | |
parent | 340baae412f38a88bd4926c2f68874a37a3ff715 (diff) |
system/catfish: Updated for version 0.3.2
Diffstat (limited to 'system/catfish/doinst.sh')
-rw-r--r-- | system/catfish/doinst.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/catfish/doinst.sh b/system/catfish/doinst.sh index 140e33222297c..f3640758961a9 100644 --- a/system/catfish/doinst.sh +++ b/system/catfish/doinst.sh @@ -1,3 +1,4 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications fi + |