diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-15 00:44:23 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-15 00:44:23 +0100 |
commit | 9f7821b5b88d2a520a3c975fa28b3e71ad5ecfe4 (patch) | |
tree | 3d9b385e67a2dab0fb85075d6fe404c977986aa9 /games/bstone/doinst.sh | |
parent | 06b1260579bc185748fe93415b0590021ffabf20 (diff) | |
download | slackbuilds-9f7821b5b88d2a520a3c975fa28b3e71ad5ecfe4.tar.gz |
games/bstone: Added (first-person shooter game).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/bstone/doinst.sh')
-rw-r--r-- | games/bstone/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/bstone/doinst.sh b/games/bstone/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/bstone/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 |