diff options
author | Ronny Schmatzler <schmatzler@hirnschwund.net> | 2012-06-02 20:03:30 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:15 -0500 |
commit | 9a5d642f2eef58ecf7fd35d358ba26a0dc530cbc (patch) | |
tree | 91beb96ef2cd9625a3390a48dcbc5af87ee1a97a /games/briquolo/doinst.sh | |
parent | 31d9fa9e0f73864b71a2997c4276b21cda0aa939 (diff) | |
download | slackbuilds-9a5d642f2eef58ecf7fd35d358ba26a0dc530cbc.tar.gz |
games/briquolo: Added (breakout with 3D based on OpenGL)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/briquolo/doinst.sh')
-rw-r--r-- | games/briquolo/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/briquolo/doinst.sh b/games/briquolo/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/briquolo/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 + |