diff options
author | B. Watson <yalhcru@gmail.com> | 2017-01-17 22:51:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-20 19:35:24 +0700 |
commit | f66dd7f634e5313792656554578d773b68b4da46 (patch) | |
tree | d1b5265856e55c0c07e827c00a0e5463070572d7 /games/chexquest3/doinst.sh | |
parent | d910b2cede372157a380a9dc23cd2e96a65e379b (diff) | |
download | slackbuilds-f66dd7f634e5313792656554578d773b68b4da46.tar.gz |
games/chexquest3: Added (breakfast cereal themed FPS game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/chexquest3/doinst.sh')
-rw-r--r-- | games/chexquest3/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/chexquest3/doinst.sh b/games/chexquest3/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/chexquest3/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 |