diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:09 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:09 +0200 |
commit | 2620e2f04c0bf85b369ff2da88e48669d7dfd15b (patch) | |
tree | c9f02420f68abe2223b46ae0545e672335b3aab3 /games/brickout/doinst.sh | |
parent | 8c96752fc6e659e751a1a6a8919ffcc2d642c198 (diff) | |
download | slackbuilds-2620e2f04c0bf85b369ff2da88e48669d7dfd15b.tar.gz |
games/brickout: Added to 12.2 repository
Diffstat (limited to 'games/brickout/doinst.sh')
-rw-r--r-- | games/brickout/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/brickout/doinst.sh b/games/brickout/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/brickout/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 |