diff options
author | B. Watson <yalhcru@gmail.com> | 2014-05-01 09:07:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-01 09:13:21 +0700 |
commit | 31e55e02098cefc3a767e318a1c1b5c396aebbe0 (patch) | |
tree | 72d8050aca9e001a5d1ddcc4d40ccd330bdbdaba /games/ceferino/doinst.sh | |
parent | a8948b1a616bbba6a04d71cc41ebc5a2cf32fe19 (diff) | |
download | slackbuilds-31e55e02098cefc3a767e318a1c1b5c396aebbe0.tar.gz |
games/ceferino: Added (2d balloon-breaking game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ceferino/doinst.sh')
-rw-r--r-- | games/ceferino/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/ceferino/doinst.sh b/games/ceferino/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/ceferino/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 |