diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-12 17:39:27 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:39:27 +0200 |
commit | 2d1ab6108a5a13444d12545bb8ee2fa5d7436199 (patch) | |
tree | d00858c07cb02b150c0ed170170d2bf20ed8aef5 /games/pengupop/doinst.sh | |
parent | 7a9ca4915b684dff9c88792e75ad4c8772407e92 (diff) |
games/pengupop: Updated for version 2.2.4
Diffstat (limited to 'games/pengupop/doinst.sh')
-rw-r--r-- | games/pengupop/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pengupop/doinst.sh b/games/pengupop/doinst.sh index 98d466d8b908..140e33222297 100644 --- a/games/pengupop/doinst.sh +++ b/games/pengupop/doinst.sh @@ -1,3 +1,3 @@ -if [ -x usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications fi |