diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:58:06 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:06 +0200 |
commit | 8b140da2034a1ca2bb70a808cb6127b0d0c2c568 (patch) | |
tree | d65137006d62fe84db1dbdc50fde32c952590180 /games/atari++/doinst.sh | |
parent | 3e0f09fb81fee4ed33861ab0dc5996128711c478 (diff) | |
download | slackbuilds-8b140da2034a1ca2bb70a808cb6127b0d0c2c568.tar.gz |
games/atari++: Added to 13.0 repository
Diffstat (limited to 'games/atari++/doinst.sh')
-rw-r--r-- | games/atari++/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/atari++/doinst.sh b/games/atari++/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/atari++/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 + |