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'
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'
+++ /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=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