summaryrefslogtreecommitdiffstats
path: root/games/smc/doinst.sh
diff options
context:
space:
mode:
author Phillip Warner2010-05-12 17:39:33 +0200
committer Erik Hanson2010-05-12 17:39:33 +0200
commit6a623a00505ef96db310db982026fcc269039a65 (patch)
treef0c840b26489ceb00435e494ec5c5d387ce6e09e /games/smc/doinst.sh
parent068409fd7d92cb103292af0e425d90b553e353d4 (diff)
downloadslackbuilds-6a623a00505ef96db310db982026fcc269039a65.tar.gz
games/smc: Updated for version 1.8
Diffstat (limited to 'games/smc/doinst.sh')
-rw-r--r--games/smc/doinst.sh3
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
+