diff options
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 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 + |