diff options
author | B. Watson <yalhcru@gmail.com> | 2014-05-09 17:33:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:36:01 +0700 |
commit | 5195e7fd091ef8467fe2c04354175a3dc6b8ea2f (patch) | |
tree | 1d8120f13036bb1ae1c9be3f40df3f4cb6289e4d /games/wargus/doinst.sh | |
parent | 327a851e33ad34eef2c43cbb23c88ad9bcff13f5 (diff) |
games/wargus: Added (Warcraft II data game set).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wargus/doinst.sh')
-rw-r--r-- | games/wargus/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/wargus/doinst.sh b/games/wargus/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/wargus/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 |