]> git.pld-linux.org Git - packages/chromium-browser-bin.git/blob - chromium-browser.sh
- package xdg-utils for desktop integration
[packages/chromium-browser-bin.git] / chromium-browser.sh
1 #!/bin/sh
2
3 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 # Always use our ffmpeg libs.
8 # Also symlinkes for nss/nspr libs can be found from our dir.
9 export LD_LIBRARY_PATH=/usr/lib64/chromium-browser-bin${LD_LIBRARY_PATH:+:"$LD_LIBRARY_PATH"}
10
11 # for to find xdg-settings
12 export PATH=/usr/lib64/chromium-browser-bin${PATH:+:"$PATH"}
13
14 exec /usr/lib64/chromium-browser-bin/chromium-browser "$@"
This page took 0.086559 seconds and 3 git commands to generate.