diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-28 05:41:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-28 05:41:58 +0700 |
commit | 59e668ade236a9081f480158e8b794667c6d0667 (patch) | |
tree | c0eb48909e3a3a23ead4491b316545cdede629eb /games/domination/doinst.sh | |
parent | cc2254d046e9cadd8f856873f693a1a27c0e1466 (diff) | |
download | slackbuilds-59e668ade236a9081f480158e8b794667c6d0667.tar.gz |
games/domination: Added (clone of the board game Risk).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/domination/doinst.sh')
-rw-r--r-- | games/domination/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/domination/doinst.sh b/games/domination/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/domination/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 |