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

Unified Diff: src/platform/chrome/debian/postinst

Issue 504060: replace - with _ in name of emit-login-prompt-ready (Closed)
Patch Set: whitespace Created 11 years 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 | « no previous file | src/scripts/build_chrome.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/chrome/debian/postinst
diff --git a/src/platform/chrome/debian/postinst b/src/platform/chrome/debian/postinst
index dc265c93047ec9b2097bd2b576286533bd456e01..9e13bf59a64ab6cc8418f1b1b16cd4ca03ddee24 100755
--- a/src/platform/chrome/debian/postinst
+++ b/src/platform/chrome/debian/postinst
@@ -25,10 +25,8 @@ set -e
case "$1" in
configure)
- chown root:admin /opt/google/chrome/session
- chown root:admin /opt/google/chrome/emit-login-prompt-ready
chmod 6755 /opt/google/chrome/session
- chmod 6755 /opt/google/chrome/emit-login-prompt-ready
+ chmod 6755 /opt/google/chrome/emit_login_prompt_ready
;;
abort-upgrade|abort-remove|abort-deconfigure)
« no previous file with comments | « no previous file | src/scripts/build_chrome.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698