diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:26 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:26 +0200 |
commit | fc32ee20694957df640a5960a4a7fd58efca770b (patch) | |
tree | 9c937378c5721905d335bfee3066e3f4f29f9128 /games/madbomber/doinst.sh | |
parent | e241bc0896c0825f69810095b84d5b898284202e (diff) | |
download | slackbuilds-fc32ee20694957df640a5960a4a7fd58efca770b.tar.gz |
games/madbomber: Added to 12.2 repository
Diffstat (limited to 'games/madbomber/doinst.sh')
-rw-r--r-- | games/madbomber/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/madbomber/doinst.sh b/games/madbomber/doinst.sh new file mode 100644 index 0000000000..ff5dd6d547 --- /dev/null +++ b/games/madbomber/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |