diff options
Diffstat (limited to 'games/brutalchess/doinst.sh')
-rw-r--r-- | games/brutalchess/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/brutalchess/doinst.sh b/games/brutalchess/doinst.sh index 3412314ed0..06e65784cd 100644 --- a/games/brutalchess/doinst.sh +++ b/games/brutalchess/doinst.sh @@ -1,5 +1,5 @@ if [ -x usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 + usr/bin/update-desktop-database usr/share/applications &> /dev/null fi |