diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-13 00:42:33 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:42:33 +0200 |
commit | b0e93eb8668a9e19d48040dc411439a93a988527 (patch) | |
tree | 5b1917f82ebbd17afb733fe7f1aaf002b0626a85 /system/xfe/doinst.sh | |
parent | eab6556b6062711aa88a2942afd4a7e71ca60dc3 (diff) |
system/xfe: Updated for version 1.32.1
Diffstat (limited to 'system/xfe/doinst.sh')
-rw-r--r-- | system/xfe/doinst.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/xfe/doinst.sh b/system/xfe/doinst.sh index cbc484f9f170..4e8ba7071dea 100644 --- a/system/xfe/doinst.sh +++ b/system/xfe/doinst.sh @@ -1,3 +1,4 @@ -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi + |