diff options
author | Niklas Nille Åkerström <nille.kungen[AT]gmail.com> | 2010-05-12 23:29:12 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:12 +0200 |
commit | b321db836f405a8bfb9bd6ce2da29b9835c231d9 (patch) | |
tree | 64a28e537f2df7dd92615d54ac13828430b74b19 /games/chromium-bsu/doinst.sh | |
parent | 25ed4cfa3ab3366bab46a2d575d80d04a85ca4d0 (diff) |
games/chromium-bsu: Added to 12.2 repository
Diffstat (limited to 'games/chromium-bsu/doinst.sh')
-rw-r--r-- | games/chromium-bsu/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/chromium-bsu/doinst.sh b/games/chromium-bsu/doinst.sh new file mode 100644 index 000000000000..b46adf0f45ce --- /dev/null +++ b/games/chromium-bsu/doinst.sh @@ -0,0 +1,4 @@ + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi |