summaryrefslogtreecommitdiffstats
path: root/desktop/icewm/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-05-11 22:21:53 +0200
committer David Somero2010-05-11 22:21:53 +0200
commitbc71818e74a2890d81eaaef4d4217c222a5cafee (patch)
tree93e948a04b864d0dafd0316398248f2c41422904 /desktop/icewm/doinst.sh
parentf286a25d705137066da3260d6c810717e22ea7e0 (diff)
downloadslackbuilds-bc71818e74a2890d81eaaef4d4217c222a5cafee.tar.gz
desktop/icewm: Updated for version 1.2.36
Diffstat (limited to 'desktop/icewm/doinst.sh')
-rw-r--r--desktop/icewm/doinst.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/icewm/doinst.sh b/desktop/icewm/doinst.sh
index 140e332222..a9ca196938 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
+