diff options
author | Talos Thoren <talosthoren@gmail.com> | 2014-07-16 23:05:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-17 07:25:07 +0700 |
commit | 1b3acf78123e116f7d8b6dc88e3b2cfa8f43c5d0 (patch) | |
tree | c943820ac84f3d908cdc29e77c3a43c7104d3ed6 /games/steam/doinst.sh | |
parent | 8ecf6de7da883347a7f7c8c3a606a6f087c11c3a (diff) | |
download | slackbuilds-1b3acf78123e116f7d8b6dc88e3b2cfa8f43c5d0.tar.gz |
games/steam: Added (digital distribution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/steam/doinst.sh')
-rw-r--r-- | games/steam/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/steam/doinst.sh b/games/steam/doinst.sh new file mode 100644 index 0000000000..5013ef6d40 --- /dev/null +++ b/games/steam/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |