[arch-commits] Commit in chromium/trunk (PKGBUILD chromium.install)
Evangelos Foutras
foutrelis at archlinux.org
Wed Dec 2 20:06:10 UTC 2020
Date: Wednesday, December 2, 2020 @ 20:06:09
Author: foutrelis
Revision: 402825
Remove post_upgrade message from over 5 years ago
Modified:
chromium/trunk/PKGBUILD
Deleted:
chromium/trunk/chromium.install
------------------+
PKGBUILD | 1 -
chromium.install | 16 ----------------
2 files changed, 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-02 19:57:04 UTC (rev 402824)
+++ PKGBUILD 2020-12-02 20:06:09 UTC (rev 402825)
@@ -24,7 +24,6 @@
'kdialog: needed for file dialogs in KDE'
'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
'kwallet: for storing passwords in KWallet on KDE desktops')
-install=chromium.install
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
Deleted: chromium.install
===================================================================
--- chromium.install 2020-12-02 19:57:04 UTC (rev 402824)
+++ chromium.install 2020-12-02 20:06:09 UTC (rev 402825)
@@ -1,16 +0,0 @@
-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:
More information about the arch-commits
mailing list