diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:21:53 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:21:53 +0200 |
commit | bc71818e74a2890d81eaaef4d4217c222a5cafee (patch) | |
tree | 93e948a04b864d0dafd0316398248f2c41422904 /desktop/icewm/doinst.sh | |
parent | f286a25d705137066da3260d6c810717e22ea7e0 (diff) |
desktop/icewm: Updated for version 1.2.36
Diffstat (limited to 'desktop/icewm/doinst.sh')
-rw-r--r-- | desktop/icewm/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/icewm/doinst.sh b/desktop/icewm/doinst.sh index 140e33222297..a9ca19693875 100644 --- a/desktop/icewm/doinst.sh +++ b/desktop/icewm/doinst.sh @@ -1,3 +1,4 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications + /usr/bin/update-desktop-database -q usr/share/applications 2>/dev/null fi + |