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

« back to all changes in this revision

Viewing changes to debian/chromium-browser.postinst

  • Committer: Fabien Tassin
  • Date: 2010-05-04 21:21:27 UTC
  • Revision ID: fta@ubuntu.com-20100504212127-4hsb82caggb125gz
* Prepare 5.0.375.29~r46008-0ubuntu1 from the Beta channel

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] ; then
6
6
    update-alternatives --install /usr/bin/x-www-browser \
7
7
        x-www-browser /usr/bin/chromium-browser 40
 
8
    update-alternatives --install /usr/bin/gnome-www-browser \
 
9
        gnome-www-browser /usr/bin/chromium-browser 40
8
10
fi
9
11
 
10
12
rm -f /etc/default/chromium-browser