Index: src/scripts/mod_for_test_scripts/500installPatch |
diff --git a/src/scripts/mod_for_test_scripts/500installPatch b/src/scripts/mod_for_test_scripts/500installPatch |
deleted file mode 100755 |
index 0a53019caee7d6f71e2f6b237f5a3b77cb45a8ee..0000000000000000000000000000000000000000 |
--- a/src/scripts/mod_for_test_scripts/500installPatch |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-#!/bin/bash |
- |
-# Copyright (c) 2009 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. |
- |
-# Install patch. |
-dpkg --install /modify_build/patch_*.deb |
- |