diff options
author | Andrew Waters <ccfreak2k@gmail.com> | 2010-05-11 20:00:35 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:35 +0200 |
commit | f0e9cd2e15a205f17f5f3917934144e4c3fea7d5 (patch) | |
tree | d97ac9c1c78144c7ff23bf6ee9d8e761e50d783d /games/warzone2100/doinst.sh | |
parent | 8f315ce5242a2da9eb89dd774efe5c9c092ed92c (diff) |
games/warzone2100: Added to 12.0 repository
Diffstat (limited to 'games/warzone2100/doinst.sh')
-rw-r--r-- | games/warzone2100/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/warzone2100/doinst.sh b/games/warzone2100/doinst.sh new file mode 100644 index 000000000000..22d4849bce4a --- /dev/null +++ b/games/warzone2100/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |