diff options
author | Bill Kirkpatrick <bkirkp@gmail.com> | 2010-12-26 21:44:16 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-27 19:22:53 -0200 |
commit | 0d315de426d6fe0a62e5328b20a2f2a4f9862c79 (patch) | |
tree | 1f8736aeb393f43d3ce6471b8c904a10cc4dd82d /games/ltris/doinst.sh | |
parent | 7faaec167aed48defc32860b78a1fd6e16307226 (diff) | |
download | slackbuilds-0d315de426d6fe0a62e5328b20a2f2a4f9862c79.tar.gz |
games/ltris: Updated for version 1.0.15.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/ltris/doinst.sh')
-rw-r--r-- | games/ltris/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/ltris/doinst.sh b/games/ltris/doinst.sh new file mode 100644 index 0000000000..392c12adb9 --- /dev/null +++ b/games/ltris/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |