]> git.hoellein.online Git - zenbook/commitdiff
committing changes in /etc after apt run
authorroot <root@localhost>
Tue, 12 Jun 2018 19:20:52 +0000 (21:20 +0200)
committerroot <root@localhost>
Tue, 12 Jun 2018 19:20:52 +0000 (21:20 +0200)
Package changes:
+adobe-flash-properties-gtk 1:20180607.1-0ubuntu0.16.04.1 amd64
+adobe-flashplugin 1:20180607.1-0ubuntu0.16.04.1 amd64

.etckeeper
alternatives/mozilla-flashplugin [new symlink]
chromium-browser/customizations/10-flash [new file with mode: 0644]

index b6880b17096e9421724e4d3dbe9ef695e37f33a1..c503ba37ccf0e5153b8d39fbe77f925d28091dc1 100755 (executable)
@@ -957,6 +957,9 @@ maybe chmod 0644 'chatscripts/pap'
 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'
diff --git a/alternatives/mozilla-flashplugin b/alternatives/mozilla-flashplugin
new file mode 120000 (symlink)
index 0000000..9912448
--- /dev/null
@@ -0,0 +1 @@
+/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
new file mode 100644 (file)
index 0000000..548741a
--- /dev/null
@@ -0,0 +1,7 @@
+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