summarylogtreecommitdiffstats
path: root/chromium-dev.install
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-dev.install')
-rw-r--r--chromium-dev.install10
1 files changed, 8 insertions, 2 deletions
diff --git a/chromium-dev.install b/chromium-dev.install
index ec4b6ada45b3..d71ae8d1ba82 100644
--- a/chromium-dev.install
+++ b/chromium-dev.install
@@ -7,7 +7,7 @@ green="${bold}$(tput setaf 2)"
_instructions() {
printf "${yellow}==>${all_off} ${bold}ATENTION:${all_off}
${green}==>${all_off} ${bold}This Chromium package no longer supports custom flags passed via the
- '/etc/chromium/default' file (or any other files under '/etc/chromium/').
+ '/etc/chromium-dev/default' file (or any other files under '/etc/chromium-dev/').
${blue}->${all_off} The new '${bold}/usr/bin/chromium-dev${all_off}' launcher script will automatically detect
Pepper Flash (if installed) and pass the correct flags to Chromium.'
${blue}->${all_off} If you need to pass extra command-line arguments to Chromium, you
@@ -16,7 +16,13 @@ ${green}==>${all_off} ${bold}This Chromium package no longer supports custom fla
quoting rules apply but no further parsing is performed.
${green}==>${all_off} ${bold}If you use Kwallet5 from Plasma/Kf5:${all_off}
${blue}->${all_off} You needs add '${bold}\"--password-store=kwallet5\"${all_off}' into '${bold}chromium-dev-flags.conf${all_off}' file
- under '${bold}\x24HOME/.config/${all_off}' (or ${bold}\x24XDG_CONFIG_HOME${all_off}).\n"
+ under '${bold}\x24HOME/.config/${all_off}' (or ${bold}\x24XDG_CONFIG_HOME${all_off}).
+${green}==>${all_off} ${bold}Chromium-dev Policy path:${all_off}
+ ${blue}->${all_off} Is stored into '${bold}/etc/chromium-dev/policies${all_off}'.
+${green}==>${all_off} ${bold}Chromium-dev Native Messaging Hosts path:${all_off}
+ ${blue}->${all_off} Is stored into '${bold}/etc/chromium-dev/native-messaging-hosts${all_off}'.
+${green}==>${all_off} ${bold}Chromium-dev external extensions path:${all_off}
+ ${blue}->${all_off} Is stored into '${bold}/usr/share/chromium-dev/extensions${all_off}'.\n"
}
post_install() {