summarylogtreecommitdiffstats
path: root/sidekick-browser-stable-bin.install
diff options
context:
space:
mode:
authormvnsio2021-03-24 08:04:13 -0700
committermvnsio2021-03-24 08:04:13 -0700
commit9212822d069324b5cfe5ea07021603d61d296e43 (patch)
tree88a02c4e126c595ed8dd0631a4a7a9edb1cbb659 /sidekick-browser-stable-bin.install
parentaf5dcb9d47c380f1bcc43c4e4d45b36c30f02c32 (diff)
downloadaur-9212822d069324b5cfe5ea07021603d61d296e43.tar.gz
Switch to libu2f-host
Diffstat (limited to 'sidekick-browser-stable-bin.install')
-rw-r--r--sidekick-browser-stable-bin.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/sidekick-browser-stable-bin.install b/sidekick-browser-stable-bin.install
index b716900d31e2..0bdcf3b6fc20 100644
--- a/sidekick-browser-stable-bin.install
+++ b/sidekick-browser-stable-bin.install
@@ -129,11 +129,11 @@ post_install() {
# System-wide package configuration.
DEFAULTS_FILE="/etc/default/sidekick-browser"
- # sources.list setting for sidekick-browser updates.
- REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- REPOCONFIGREGEX="deb (\[arch=[^]]*\bamd64\b[^]]*\][[:space:]]*) https?://dl.google.com/linux/chrome/deb/ stable main"
+ # # sources.list setting for sidekick-browser updates.
+ # REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
+ # REPOCONFIGREGEX="deb (\[arch=[^]]*\bamd64\b[^]]*\][[:space:]]*) https?://dl.google.com/linux/chrome/deb/ stable main"
- APT_CONFIG="`which apt-config 2> /dev/null`"
+ # APT_CONFIG="`which apt-config 2> /dev/null`"
# You may comment out this entry, but any other modifications may be lost.\n"
@@ -554,6 +554,6 @@ post_remove() {
DEFAULTS_FILE="/etc/default/sidekick-browser"
# sources.list setting for sidekick-browser updates.
- REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- update-desktop-database -q
+ # REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
+ # update-desktop-database -q
}