2010-02-23

Slitaz -- google-chrome


root@slitaz:~# tazpkg info google-chrome-unstable

Tazpkg information
================================================================================
Package : google-chrome-unstable
Version : 5.0.322.2-r38810
Category : non-free
Short desc : The web browser from Google.
Maintainer :
Depends : gtk+ GConf lzma flash-plugin
Web site : http://www.google.com/chrome/
================================================================================

root@slitaz:~# head /usr/bin/google-chrome
#!/bin/bash
#
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Let the wrapped binary know that it has been run through the wrapper
export CHROME_WRAPPER="`readlink -f "$0"`"

PROGDIR="`dirname "$CHROME_WRAPPER"`"
root@slitaz:~#

.