diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-12 17:39:33 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-12 17:39:33 +0200 |
commit | 6a623a00505ef96db310db982026fcc269039a65 (patch) | |
tree | f0c840b26489ceb00435e494ec5c5d387ce6e09e /games/smc/doinst.sh | |
parent | 068409fd7d92cb103292af0e425d90b553e353d4 (diff) | |
download | slackbuilds-6a623a00505ef96db310db982026fcc269039a65.tar.gz |
games/smc: Updated for version 1.8
Diffstat (limited to 'games/smc/doinst.sh')
-rw-r--r-- | games/smc/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/smc/doinst.sh b/games/smc/doinst.sh index 140e332222..4e8ba7071d 100644 --- a/games/smc/doinst.sh +++ b/games/smc/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 + |