diff options
author | B. Watson <yalhcru@gmail.com> | 2010-04-10 09:50:49 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:49 +0200 |
commit | d5752ff22c4b9d0b969514bae98bd3edab8e4700 (patch) | |
tree | c0978837af8dbd8ee25633735769cbfa2700095f /games/jfsw/doinst.sh | |
parent | 8484ee946cb2dabfc87d3877126f594e94735dae (diff) | |
download | slackbuilds-d5752ff22c4b9d0b969514bae98bd3edab8e4700.tar.gz |
games/jfsw: Added (Shadow Warrior first-person shooter)
Diffstat (limited to 'games/jfsw/doinst.sh')
-rw-r--r-- | games/jfsw/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/jfsw/doinst.sh b/games/jfsw/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/jfsw/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |