diff options
author | Tim Dickson (timsoft) <tim@tree-of-life.co.uk> | 2010-05-12 23:29:32 +0200 |
---|---|---|
committer | Chess Griffin <chess@slackbuilds.org> | 2010-05-12 23:29:32 +0200 |
commit | f9521f290c840c877bcfbfaa5556199ffc6d7aa2 (patch) | |
tree | 347dd3438cf51b742be91e8da8f3a7c66700e567 /games/starfighter/doinst.sh | |
parent | 3df03c0ccdc9bb2283d1725c1fb388d8c819a341 (diff) |
games/starfighter: Added to 12.2 repository
Diffstat (limited to 'games/starfighter/doinst.sh')
-rw-r--r-- | games/starfighter/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/starfighter/doinst.sh b/games/starfighter/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/starfighter/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 |