diff options
author | Evandro Alves Rodrigues <evandrofisico@gmail.com> | 2010-05-13 00:27:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:27:57 +0200 |
commit | 095df7a79b96876c93cb0aad6417ae4889b1bb59 (patch) | |
tree | 6b335d7f59caa5927b43f44baffb693e94eb32bf /graphics/gpicview/doinst.sh | |
parent | cdc7353ac99cd0ceff3ea7836f61849eebadabf8 (diff) |
graphics/gpicview: Updated for version 0.2.1
Diffstat (limited to 'graphics/gpicview/doinst.sh')
-rw-r--r-- | graphics/gpicview/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gpicview/doinst.sh b/graphics/gpicview/doinst.sh index 140e33222297..4e8ba7071dea 100644 --- a/graphics/gpicview/doinst.sh +++ b/graphics/gpicview/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 >/dev/null 2>&1 fi + |