diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-12-18 21:29:41 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 21:29:41 -0600 |
commit | 5f506db4c00687c59423c3a5138d12e216c1d2f1 (patch) | |
tree | b9cdcdf7c496c693f30107bbe633a6328886f5c2 /games/cuyo/doinst.sh | |
parent | 7dff35001a9e79799b0d83760e7c4222aa30224a (diff) | |
download | slackbuilds-5f506db4c00687c59423c3a5138d12e216c1d2f1.tar.gz |
games/cuyo: Added (tetris-style puzzle game)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/cuyo/doinst.sh')
-rw-r--r-- | games/cuyo/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/cuyo/doinst.sh b/games/cuyo/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/cuyo/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 |