Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: chrome_linux/installer/common/updater

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_linux/installer/common/prerm.include ('k') | chrome_linux/installer/debian/postinst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/installer/common/updater
===================================================================
--- chrome_linux/installer/common/updater (revision 237140)
+++ chrome_linux/installer/common/updater (working copy)
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# 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.
-
-# TODO
-# - handle other distros (e.g. non-apt).
-
-@@include@@apt.include
-
-if [ -x "$APT_GET" ]; then
- update_sources_lists
- # If the repo was just added, force a cache update.
- if [ $? -eq 1 ]; then
- install_key
- "$APT_GET" -qq update
- fi
-
- # TODO(mmoss) detect if apt cache is stale (> 1 day) and force update?
-
- # Just try to install the packge. If it's already installed, apt-get won't do
- # anything.
- "$APT_GET" install -y -q @@PACKAGE@@
-fi
-
« no previous file with comments | « chrome_linux/installer/common/prerm.include ('k') | chrome_linux/installer/debian/postinst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698