aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/disable-programs.inc6
-rw-r--r--etc/profile-a-l/google-chrome-beta.profile6
-rw-r--r--etc/profile-a-l/google-chrome-unstable.profile6
-rw-r--r--etc/profile-a-l/google-chrome.profile6
4 files changed, 24 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 2c6ffb287..306857617 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -161,6 +161,12 @@ blacklist ${HOME}/.config/cantata
161blacklist ${HOME}/.config/catfish 161blacklist ${HOME}/.config/catfish
162blacklist ${HOME}/.config/celluloid 162blacklist ${HOME}/.config/celluloid
163blacklist ${HOME}/.config/cherrytree 163blacklist ${HOME}/.config/cherrytree
164blacklist ${HOME}/.config/chrome-flags.conf
165blacklist ${HOME}/.config/chrome-flags.config
166blacklist ${HOME}/.config/chrome-beta-flags.conf
167blacklist ${HOME}/.config/chrome-beta-flags.config
168blacklist ${HOME}/.config/chrome-unstable-flags.conf
169blacklist ${HOME}/.config/chrome-unstable-flags.config
164blacklist ${HOME}/.config/chromium 170blacklist ${HOME}/.config/chromium
165blacklist ${HOME}/.config/chromium-dev 171blacklist ${HOME}/.config/chromium-dev
166blacklist ${HOME}/.config/chromium-flags.conf 172blacklist ${HOME}/.config/chromium-flags.conf
diff --git a/etc/profile-a-l/google-chrome-beta.profile b/etc/profile-a-l/google-chrome-beta.profile
index 73101f509..a62e4cf74 100644
--- a/etc/profile-a-l/google-chrome-beta.profile
+++ b/etc/profile-a-l/google-chrome-beta.profile
@@ -8,10 +8,16 @@ include globals.local
8noblacklist ${HOME}/.cache/google-chrome-beta 8noblacklist ${HOME}/.cache/google-chrome-beta
9noblacklist ${HOME}/.config/google-chrome-beta 9noblacklist ${HOME}/.config/google-chrome-beta
10 10
11noblacklist ${HOME}/.config/chrome-beta-flags.conf
12noblacklist ${HOME}/.config/chrome-beta-flags.config
13
11mkdir ${HOME}/.cache/google-chrome-beta 14mkdir ${HOME}/.cache/google-chrome-beta
12mkdir ${HOME}/.config/google-chrome-beta 15mkdir ${HOME}/.config/google-chrome-beta
13whitelist ${HOME}/.cache/google-chrome-beta 16whitelist ${HOME}/.cache/google-chrome-beta
14whitelist ${HOME}/.config/google-chrome-beta 17whitelist ${HOME}/.config/google-chrome-beta
15 18
19whitelist ${HOME}/.config/chrome-beta-flags.conf
20whitelist ${HOME}/.config/chrome-beta-flags.config
21
16# Redirect 22# Redirect
17include chromium-common.profile 23include chromium-common.profile
diff --git a/etc/profile-a-l/google-chrome-unstable.profile b/etc/profile-a-l/google-chrome-unstable.profile
index 50e9923aa..14547eab2 100644
--- a/etc/profile-a-l/google-chrome-unstable.profile
+++ b/etc/profile-a-l/google-chrome-unstable.profile
@@ -8,10 +8,16 @@ include globals.local
8noblacklist ${HOME}/.cache/google-chrome-unstable 8noblacklist ${HOME}/.cache/google-chrome-unstable
9noblacklist ${HOME}/.config/google-chrome-unstable 9noblacklist ${HOME}/.config/google-chrome-unstable
10 10
11noblacklist ${HOME}/.config/chrome-unstable-flags.conf
12noblacklist ${HOME}/.config/chrome-unstable-flags.config
13
11mkdir ${HOME}/.cache/google-chrome-unstable 14mkdir ${HOME}/.cache/google-chrome-unstable
12mkdir ${HOME}/.config/google-chrome-unstable 15mkdir ${HOME}/.config/google-chrome-unstable
13whitelist ${HOME}/.cache/google-chrome-unstable 16whitelist ${HOME}/.cache/google-chrome-unstable
14whitelist ${HOME}/.config/google-chrome-unstable 17whitelist ${HOME}/.config/google-chrome-unstable
15 18
19whitelist ${HOME}/.config/chrome-unstable-flags.conf
20whitelist ${HOME}/.config/chrome-unstable-flags.config
21
16# Redirect 22# Redirect
17include chromium-common.profile 23include chromium-common.profile
diff --git a/etc/profile-a-l/google-chrome.profile b/etc/profile-a-l/google-chrome.profile
index c69e98271..66f76caa0 100644
--- a/etc/profile-a-l/google-chrome.profile
+++ b/etc/profile-a-l/google-chrome.profile
@@ -8,10 +8,16 @@ include globals.local
8noblacklist ${HOME}/.cache/google-chrome 8noblacklist ${HOME}/.cache/google-chrome
9noblacklist ${HOME}/.config/google-chrome 9noblacklist ${HOME}/.config/google-chrome
10 10
11noblacklist ${HOME}/.config/chrome-flags.conf
12noblacklist ${HOME}/.config/chrome-flags.config
13
11mkdir ${HOME}/.cache/google-chrome 14mkdir ${HOME}/.cache/google-chrome
12mkdir ${HOME}/.config/google-chrome 15mkdir ${HOME}/.config/google-chrome
13whitelist ${HOME}/.cache/google-chrome 16whitelist ${HOME}/.cache/google-chrome
14whitelist ${HOME}/.config/google-chrome 17whitelist ${HOME}/.config/google-chrome
15 18
19whitelist ${HOME}/.config/chrome-flags.conf
20whitelist ${HOME}/.config/chrome-flags.config
21
16# Redirect 22# Redirect
17include chromium-common.profile 23include chromium-common.profile