]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc made by "/usr/bin/apt full-upgrade -y"
authorFrank Brehm <frank@brehm-online.com>
Wed, 6 Jan 2021 22:24:19 +0000 (23:24 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 6 Jan 2021 22:24:19 +0000 (23:24 +0100)
Package changes:
-adobe-flashplugin 1:20201208.1-0ubuntu0.20.04.1 amd64
+adobe-flashplugin 1:20201231.1-0ubuntu0.20.04.1 amd64
-google-chrome-stable 87.0.4280.88-1 amd64
+google-chrome-stable 87.0.4280.141-1 amd64

.etckeeper
alternatives/mozilla-flashplugin [deleted symlink]
chromium-browser/customizations/10-flash [deleted file]

index 8924447ec3ce80d516792bf072730ade24b8aa8f..1239fe9b766dedece436e5be21b03df03b21be7e 100755 (executable)
@@ -12,6 +12,7 @@ mkdir -p './apt/auth.conf.d'
 mkdir -p './avahi/services'
 mkdir -p './binfmt.d'
 mkdir -p './brltty/Input/xw'
+mkdir -p './chromium-browser/customizations'
 mkdir -p './cups/interfaces'
 mkdir -p './cups/ssl'
 mkdir -p './dbus-1/session.d'
@@ -1095,7 +1096,6 @@ maybe chgrp 'dip' 'chatscripts/provider'
 maybe chmod 0640 'chatscripts/provider'
 maybe chmod 0755 'chromium-browser'
 maybe chmod 0755 'chromium-browser/customizations'
-maybe chmod 0644 'chromium-browser/customizations/10-flash'
 maybe chmod 0755 'chrony'
 maybe chmod 0644 'chrony/chrony.conf'
 maybe chmod 0640 'chrony/chrony.keys'
diff --git a/alternatives/mozilla-flashplugin b/alternatives/mozilla-flashplugin
deleted file mode 120000 (symlink)
index 9912448..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/adobe-flashplugin/libflashplayer.so
\ No newline at end of file
diff --git a/chromium-browser/customizations/10-flash b/chromium-browser/customizations/10-flash
deleted file mode 100644 (file)
index 52610aa..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-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.465"
-       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."
-fi