diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-27 01:55:22 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-27 10:15:25 -0600 |
commit | 9b287eff6e235b7052526ad4d9df16d07f0f2bdd (patch) | |
tree | d0f2f0be244ab4ac379e0983a413122667298a95 /system/lxsession-edit/doinst.sh | |
parent | b0a9220c350e2d0ffd75d58f533cc98dbf420f97 (diff) |
system/lxsession-edit: Updated for version 20111202_1ee69c3
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/lxsession-edit/doinst.sh')
-rw-r--r-- | system/lxsession-edit/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lxsession-edit/doinst.sh b/system/lxsession-edit/doinst.sh index 3857649f506a8..5fb28930db0b9 100644 --- a/system/lxsession-edit/doinst.sh +++ b/system/lxsession-edit/doinst.sh @@ -1,3 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |