~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/chromium-browser.sh.in

* Merge with chromium-browser.maverick #595

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
# not able to do anything useful
46
46
export PATH="$LIBDIR:$PATH"
47
47
export CHROME_WRAPPER="`readlink -f "$0"`"
 
48
export CHROME_DESKTOP=$APPNAME.desktop
48
49
 
49
50
# lsb_release is slow so try to source the static file /etc/lsb-release
50
51
# instead, and fallback to lsb_release if we didn't get the information we need