Index: chrome/test/mini_installer/settings.py |
diff --git a/remoting/host/installer/linux/debian/postrm b/chrome/test/mini_installer/settings.py |
old mode 100755 |
new mode 100644 |
similarity index 50% |
copy from remoting/host/installer/linux/debian/postrm |
copy to chrome/test/mini_installer/settings.py |
index dd93c84835be413bbd9241f49c8409b5c7ffab07..9c04a8b52e566a4e7350db6bb0f511a8b676e5f6 |
--- a/remoting/host/installer/linux/debian/postrm |
+++ b/chrome/test/mini_installer/settings.py |
@@ -1,13 +1,8 @@ |
-#!/bin/bash |
gab
2013/08/01 20:30:41
You can upload with --similarity=99 to get rid of
sukolsak
2013/08/02 22:59:55
Thanks. I will do it next time.
|
- |
# Copyright 2013 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. |
-set -e |
- |
-if [ "$1" = "purge" ]; then |
- delgroup --quiet chrome-remote-desktop > /dev/null || true |
-fi |
- |
-#DEBHELPER# |
+PRINT_TEST_PREFIX = "Testing: " |
+PRINT_COMMAND_PREFIX = " * Command: " |
+PRINT_STATE_PREFIX = " * State: " |
+PRINT_VERIFIER_PREFIX = " - Verify that " |