diff options
author | Tim Dickson (timsoft) <tim@tree-of-life.co.uk> | 2010-05-12 23:29:08 +0200 |
---|---|---|
committer | Chess Griffin <chess@slackbuilds.org> | 2010-05-12 23:29:08 +0200 |
commit | 8c96752fc6e659e751a1a6a8919ffcc2d642c198 (patch) | |
tree | c635875363be412b8f70bb845790803c57a197d6 /games/blobwars/doinst.sh | |
parent | 2c051649490cb12da98fce62ff5e2aca7d0ac6c0 (diff) | |
download | slackbuilds-8c96752fc6e659e751a1a6a8919ffcc2d642c198.tar.gz |
games/blobwars: Added to 12.2 repository
Diffstat (limited to 'games/blobwars/doinst.sh')
-rw-r--r-- | games/blobwars/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/blobwars/doinst.sh b/games/blobwars/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/blobwars/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 + |