diff options
author | B. Watson <yalhcru@gmail.com> | 2014-09-06 00:41:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-06 00:41:31 +0700 |
commit | eee86e8329d10433ccacf7c939bff2cc28f1d3b6 (patch) | |
tree | c24f729f22aa1db7404182aec16d8a4d48e9da14 /games/wolf4sdl/doinst.sh | |
parent | 3de7a6405c23eea27594f3255572fa60efd1234f (diff) | |
download | slackbuilds-eee86e8329d10433ccacf7c939bff2cc28f1d3b6.tar.gz |
games/wolf4sdl: Added (Wolfenstein 3D engine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wolf4sdl/doinst.sh')
-rw-r--r-- | games/wolf4sdl/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/wolf4sdl/doinst.sh b/games/wolf4sdl/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/wolf4sdl/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 |