From c159e318b7d7286ae0a7733a6e93c6fb426b11b4 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 4 Dec 2016 21:12:53 +0100 Subject: [PATCH] Update flash player packages for chromium and firefox --- install/apps/internet/webbrowser | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/install/apps/internet/webbrowser b/install/apps/internet/webbrowser index 0cd011c..1773ace 100644 --- a/install/apps/internet/webbrowser +++ b/install/apps/internet/webbrowser @@ -3,13 +3,12 @@ options=() options+=("chromium" "" off) -options+=("chromium-pepper-flash" "(AUR) Recommended" off) -options+=("chromium-pepper-flash-standalone" "(AUR)" off) +options+=("pepper-flash" "(AUR) Recommended" off) options+=("firefox" "" off) options+=("firefox-i18n" "" off) options+=("flashplugin" "" off) -options+=("freshplayerplugin-git" "(AUR) Recommended" off) -options+=("freshplayerplugin" "(AUR)" off) +options+=("freshplayerplugin" "(AUR) Recommended" off) +options+=("freshplayerplugin-git" "(AUR)" off) options+=("opera" "" off) options+=("seamonkey" "" off) options+=("seamonkey-i18n" "(AUR)" off) @@ -27,8 +26,7 @@ fi for itm in $sel; do case $itm in - '"chromium-pepper-flash"' | \ - '"chromium-pepper-flash-standalone"' | \ + '"pepper-flash"' | \ '"freshplayerplugin-git"' | \ '"freshplayerplugin"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";; '"firefox-i18n"' | \