aboutsummaryrefslogtreecommitdiff
path: root/system/catfish/doinst.sh
diff options
context:
space:
mode:
authorFrank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-12 17:45:01 +0200
committerMichiel van Wessem <michiel@slackbuilds.org>2010-05-12 17:45:01 +0200
commit53923c8f2b483c942d796fa5840e6cf60faac163 (patch)
tree46830cacc9b43ca82339bd5b5536d37ad7f27eee /system/catfish/doinst.sh
parent340baae412f38a88bd4926c2f68874a37a3ff715 (diff)
system/catfish: Updated for version 0.3.2
Diffstat (limited to 'system/catfish/doinst.sh')
-rw-r--r--system/catfish/doinst.sh5
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
+