]> git.pld-linux.org Git - packages/chromium-browser-bin.git/blame - chromium-browser.sh
- package xdg-utils for desktop integration
[packages/chromium-browser-bin.git] / chromium-browser.sh
CommitLineData
06604578
ER
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.
9export LD_LIBRARY_PATH=/usr/lib64/chromium-browser-bin${LD_LIBRARY_PATH:+:"$LD_LIBRARY_PATH"}
10
11# for to find xdg-settings
12export PATH=/usr/lib64/chromium-browser-bin${PATH:+:"$PATH"}
13
14exec /usr/lib64/chromium-browser-bin/chromium-browser "$@"
This page took 0.071149 seconds and 4 git commands to generate.