aboutsummaryrefslogtreecommitdiff
path: root/system/iscan/doinst.sh
diff options
context:
space:
mode:
authorFrank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-11 22:26:44 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:26:44 +0200
commitefb625b7655af92a910a069fa4e9d64e2a767047 (patch)
tree895c0a0caad5f1cb61a627785520517a0ae8e615 /system/iscan/doinst.sh
parentfa70a73b100ba621036b48b1e27a579f771d511a (diff)
system/iscan: Updated for version 2.11.0
Diffstat (limited to 'system/iscan/doinst.sh')
-rw-r--r--system/iscan/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/iscan/doinst.sh b/system/iscan/doinst.sh
index 5dc6bb58c0..854e20633d 100644
--- a/system/iscan/doinst.sh
+++ b/system/iscan/doinst.sh
@@ -1,3 +1,3 @@
-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