summarylogtreecommitdiffstats
path: root/chromium.install
diff options
context:
space:
mode:
authorBalló György2018-01-24 02:13:25 +0100
committerBalló György2018-01-24 02:13:25 +0100
commit0e5954b65dd4809b0bb3b8bb83b7232ea1899ae3 (patch)
treeeabe5a0737b973698a9ea3c5902c9e34702111c3 /chromium.install
downloadaur-0e5954b65dd4809b0bb3b8bb83b7232ea1899ae3.tar.gz
Add chromium-beta for Chromium Beta Channel
https://googlechromereleases.blogspot.com/
Diffstat (limited to 'chromium.install')
-rw-r--r--chromium.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium.install b/chromium.install
new file mode 100644
index 000000000000..c2b5000d2d7b
--- /dev/null
+++ b/chromium.install
@@ -0,0 +1,16 @@
+post_upgrade() {
+ if (($(vercmp $2 42.0.2311.90-1) < 0)); then
+ echo ':: This Chromium package no longer supports custom flags passed via the'
+ echo ' /etc/chromium/default file (or any other files under /etc/chromium/).'
+ echo
+ echo ' The new /usr/bin/chromium launcher script will automatically detect'
+ echo ' Pepper Flash (if installed) and pass the correct flags to Chromium.'
+ echo
+ echo ' If you need to pass extra command-line arguments to Chromium, you'
+ echo ' can put them in a "chromium-flags.conf" file under $HOME/.config/'
+ echo ' (or $XDG_CONFIG_HOME). Arguments are split on whitespace and shell'
+ echo ' quoting rules apply but no further parsing is performed.'
+ fi
+}
+
+# vim:set ts=2 sw=2 et: