diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-12 17:39:58 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:39:58 +0200 |
commit | e173794e38811c3d1755354586b8874039178555 (patch) | |
tree | c3ab952b97fa5b7ecba6f53f69ff19dc547bd784 /graphics/inkscape/doinst.sh | |
parent | e1b5f977e03c324353c46be171db8b37225ffde0 (diff) |
graphics/inkscape: Updated for version 0.46
Diffstat (limited to 'graphics/inkscape/doinst.sh')
-rw-r--r-- | graphics/inkscape/doinst.sh | 5 |
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 |