diff options
author | Sébastien Ballet <slacker6896@gmail.com> | 2016-12-23 23:53:59 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-23 23:53:59 +0000 |
commit | 31a072b732b9bbf61cfc030e120563d6e2165c12 (patch) | |
tree | 660cf52b497f97c92758a0eefd190d15e5ab4d6a /games/iortcw/doinst.sh | |
parent | fa9d2cc851ec2d84c610da719e972d59d6908c25 (diff) |
games/iortcw: Added (Game engine for Return To Castle Wolfenstein).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/iortcw/doinst.sh')
-rw-r--r-- | games/iortcw/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/iortcw/doinst.sh b/games/iortcw/doinst.sh new file mode 100644 index 000000000000..140e33222297 --- /dev/null +++ b/games/iortcw/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi |