diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-06-20 03:34:58 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-20 15:19:58 -0500 |
commit | 53bf6753f25dbba5e2aa069e012e23db9663a5d3 (patch) | |
tree | 3f047143f9830e6601dc968b5d230d3d32d09755 /games/cubosphere/doinst.sh | |
parent | 0903b293a40255274ef8ba235f441492aa3f2bc8 (diff) | |
download | slackbuilds-53bf6753f25dbba5e2aa069e012e23db9663a5d3.tar.gz |
games/cubosphere: Added ("Kula World" / "Roll Away" remake)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/cubosphere/doinst.sh')
-rw-r--r-- | games/cubosphere/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/cubosphere/doinst.sh b/games/cubosphere/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/cubosphere/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 |