diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-04-01 23:12:19 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-04-01 23:12:19 +0200 |
commit | 53c832ed33e4a336aaab52a862ddfbc532116a5a (patch) | |
tree | 735b811119d51a23b019fa7cc0884cb22bd2d6e7 /games/warmux/doinst.sh | |
parent | a6656472f093540b2ab5e5396eddf38f9edda9e2 (diff) | |
download | slackbuilds-53c832ed33e4a336aaab52a862ddfbc532116a5a.tar.gz |
games/warmux: Renamed from wormux and upgraded for version 11.01
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'games/warmux/doinst.sh')
-rw-r--r-- | games/warmux/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/warmux/doinst.sh b/games/warmux/doinst.sh new file mode 100644 index 0000000000..65fd352418 --- /dev/null +++ b/games/warmux/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |