diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-23 12:39:20 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2017-12-27 18:11:22 -0600 |
commit | 9fa8fc7c8283777c5f834f45ad9d776d405c6e58 (patch) | |
tree | 8ccacafad6cb69593d2161c80e2e646c8477d5fd /games/qzdoom/doinst.sh | |
parent | 1f72dd6a99e18e1e15fefc2505a267dbedf43fca (diff) |
games/qzdoom: Added (engine for Doom and related games).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/qzdoom/doinst.sh')
-rw-r--r-- | games/qzdoom/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/qzdoom/doinst.sh b/games/qzdoom/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/qzdoom/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 |