aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rw@rlworkman.net>2010-05-12 17:39:58 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-12 17:39:58 +0200
commite173794e38811c3d1755354586b8874039178555 (patch)
treec3ab952b97fa5b7ecba6f53f69ff19dc547bd784 /graphics/inkscape/doinst.sh
parente1b5f977e03c324353c46be171db8b37225ffde0 (diff)
graphics/inkscape: Updated for version 0.46
Diffstat (limited to 'graphics/inkscape/doinst.sh')
-rw-r--r--graphics/inkscape/doinst.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/inkscape/doinst.sh b/graphics/inkscape/doinst.sh
index 22d4849bce4a..65fd35241875 100644
--- a/graphics/inkscape/doinst.sh
+++ b/graphics/inkscape/doinst.sh
@@ -1,5 +1,4 @@
-
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
fi