From: Frank Brehm Date: Sat, 16 Mar 2019 00:03:53 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=1efec36eff588d934027ff0a213b2e1028dacd1e;p=config%2Fbruni%2Fetc-mint.git committing changes in /etc after apt run Package changes: -adobe-flashplugin 1:20190212.1-0ubuntu0.18.04.1 amd64 +adobe-flashplugin 1:20190312.1-0ubuntu0.18.04.1 amd64 --- diff --git a/chromium-browser/customizations/10-flash b/chromium-browser/customizations/10-flash index 75e7d99..0a94fd5 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.142" + CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=32.0.0.156" 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."