From: Frank Brehm Date: Wed, 23 Oct 2019 21:15:04 +0000 (+0200) Subject: committing changes in /etc after apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2b361386d8b8c5a910b82236d4dd8fae18cc42fc;p=config%2Fbruni%2Fetc-mint.git committing changes in /etc after apt run Package changes: -adobe-flashplugin 1:20190910.1-0ubuntu0.18.04.1 amd64 +adobe-flashplugin 1:20191009.1-0ubuntu0.18.04.1 amd64 --- diff --git a/chromium-browser/customizations/10-flash b/chromium-browser/customizations/10-flash index 9709938..eb311e9 100644 --- a/chromium-browser/customizations/10-flash +++ b/chromium-browser/customizations/10-flash @@ -1,6 +1,6 @@ flashso="/usr/lib/adobe-flashplugin/libpepflashplayer.so" if test -f "$flashso"; then - CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=32.0.0.255" + CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=32.0.0.270" echo "Using PPAPI flash." else echo "PPAPI flash has config file in /etc, but library does not exist and won't be used. Package is uninstalled, not purged."