diff options
author | Frank Caraballo <fecaraballo[AT]gmail.com> | 2010-05-11 22:27:13 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:27:13 +0200 |
commit | c1202c0a7adc4589adcd3456a4c38a908d85d90a (patch) | |
tree | 28188c1ff9622e8af2b9dec3ba664325bcebb594 /system/xarchiver/doinst.sh | |
parent | 33f1cfdaba243f2f8dbc429fc74d6fffbf858c2e (diff) |
system/xarchiver: Updated for version 0.5.2
Diffstat (limited to 'system/xarchiver/doinst.sh')
-rw-r--r-- | system/xarchiver/doinst.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/xarchiver/doinst.sh b/system/xarchiver/doinst.sh index 22d4849bce4a..65fd35241875 100644 --- a/system/xarchiver/doinst.sh +++ b/system/xarchiver/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 |