diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:29:17 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:29:17 +0200 |
commit | f790816ee157ce9c5c8589cc8bd24248c5f0e0fa (patch) | |
tree | 6f3c5f3afc6d5a111e6cc651fbf32d9a3b62677a /games/dreamchess/doinst.sh | |
parent | 9dcbdaeac6c5ec7126047964b6d522adffc8e538 (diff) | |
download | slackbuilds-f790816ee157ce9c5c8589cc8bd24248c5f0e0fa.tar.gz |
games/dreamchess: Added to 12.2 repository
Diffstat (limited to 'games/dreamchess/doinst.sh')
-rw-r--r-- | games/dreamchess/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/dreamchess/doinst.sh b/games/dreamchess/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/dreamchess/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 + |