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

« back to all changes in this revision

Viewing changes to debian/chromium-browser.sh

  • Committer: Fabien Tassin
  • Date: 2009-07-17 15:34:19 UTC
  • Revision ID: fta@sofaraway.org-20090717153419-t9m2pox4ddwi7uux
* Read the default file from /etc/chromium-browser/default (instead of
  previous /etc/default/chromium-browser) and ship a skeleton file there.
  This could be used by advanced users to activate plugins and extensions
  until they become active by default
  - update debian/rules
  - update debian/chromium-browser.sh
  - add debian/chromium-browser.default
  - update debian/chromium-browser.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  echo "        -h or --help            This help screen"
18
18
}
19
19
 
20
 
if [ -f /etc/default/$APPNAME ] ; then
21
 
  . /etc/default/$APPNAME
 
20
if [ -f /etc/$APPNAME/default ] ; then
 
21
  . /etc/$APPNAME/default
22
22
fi
23
23
 
24
24
# FFmpeg needs to know where its libs are located