Package changes:
+adobe-flash-properties-gtk 1:
20180607.1-0ubuntu0.16.04.1 amd64
+adobe-flashplugin 1:
20180607.1-0ubuntu0.16.04.1 amd64
maybe chgrp 'dip' 'chatscripts/provider'
maybe chmod 0640 'chatscripts/provider'
maybe chmod 0755 'chromium'
+maybe chmod 0755 'chromium-browser'
+maybe chmod 0755 'chromium-browser/customizations'
+maybe chmod 0644 'chromium-browser/customizations/10-flash'
maybe chmod 0755 'chromium/native-messaging-hosts'
maybe chmod 0644 'chromium/native-messaging-hosts/org.gnome.chrome_gnome_shell.json'
maybe chmod 0755 'chromium/policies'
--- /dev/null
+/usr/lib/adobe-flashplugin/libflashplayer.so
\ No newline at end of file
--- /dev/null
+flashso="/usr/lib/adobe-flashplugin/libpepflashplayer.so"
+if test -f "$flashso"; then
+ CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version="
+ 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