summarylogtreecommitdiffstats
path: root/inox-dev.install
diff options
context:
space:
mode:
authorYour Name2018-12-02 21:24:34 -0400
committerYour Name2018-12-02 21:24:34 -0400
commitbb21351c1fe22205174deed3c0cdf3175eedcba2 (patch)
treebedf902eb8050333f2c11348e4454828456ae778 /inox-dev.install
parent23749d763349a26dcfa7966d78378ef170b6445b (diff)
downloadaur-inox-edgy.tar.gz
fix
Diffstat (limited to 'inox-dev.install')
-rw-r--r--inox-dev.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/inox-dev.install b/inox-dev.install
new file mode 100644
index 000000000000..cee27951a108
--- /dev/null
+++ b/inox-dev.install
@@ -0,0 +1,23 @@
+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: