Index: mod_for_factory_scripts/factory_setup.sh |
diff --git a/mod_for_factory_scripts/factory_setup.sh b/mod_for_factory_scripts/factory_setup.sh |
deleted file mode 100755 |
index eef9ab3e8bd1bfddd548a2e20aa3dca8e62f81e0..0000000000000000000000000000000000000000 |
--- a/mod_for_factory_scripts/factory_setup.sh |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-#!/bin/bash |
- |
-# Copyright (c) 2010 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. |
- |
-echo "Modifying image for factory test..." |
- |
-for SCRIPT in \ |
- /usr/share/chromeos-installer/mod_for_factory_scripts/[0-9][0-9][0-9]*[!$~] |
-do |
- ${SCRIPT} |
-done |