diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-12 23:24:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-12 23:24:58 +0700 |
commit | cf097d5fa6ec1829ecb9933568518736698acc99 (patch) | |
tree | 35f1df9ddc18626554b25d60dc1127bff44a7dcf /games/xarchon/doinst.sh | |
parent | fd81ce18f55827c8461ec7bca7203795451e7e7e (diff) |
games/xarchon: Added (fantasy-themed board game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xarchon/doinst.sh')
-rw-r--r-- | games/xarchon/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xarchon/doinst.sh b/games/xarchon/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/xarchon/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 |