Remove mobile-broadband-provider-info package, which has been replaced

by mobile-providers.

BUG=none
TEST=./build_packages

Change-Id: I07a2fc91f0782d6a03f535333a8925f9fe6283c1
Reviewed-on: http://gerrit.chromium.org/gerrit/3973
Tested-by: Nathan J. Williams <njw@chromium.org>
Reviewed-by: David James <davidjames@chromium.org>
This commit is contained in:
Nathan Williams 2011-07-12 18:33:24 -04:00 committed by Nathan J. Williams
parent 986a0f74f0
commit 2f2b9031bc

View File

@ -0,0 +1,16 @@
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Unmerge net-misc/mobile-broadband-provider-info because it's
# been replaced by chromeos-base/mobile-providers.
for board_root in /build/*; do
if [ -d "${board_root}" ]; then
board=$(basename "${board_root}")
CLEAN_DELAY=0 emerge-${board} \
--unmerge net-misc/mobile-broadband-provider-info || true
fi
done
info "Chroot upgraded to version 6: mobile-broadband-provider-info removed"
exit 0