From f318d282d7896e6e4f5e98cc14c4c2009214e04c Mon Sep 17 00:00:00 2001
From: MatMoul <matmoul@gmail.com>
Date: Sat, 16 Mar 2019 20:33:55 +0100
Subject: [PATCH] pepper-flash is now in repo

---
 install/apps/internet/webbrowser | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/install/apps/internet/webbrowser b/install/apps/internet/webbrowser
index b202334..af8f5b4 100644
--- a/install/apps/internet/webbrowser
+++ b/install/apps/internet/webbrowser
@@ -2,8 +2,8 @@
 . ./lib
 
 options=()
-options+=("chromium" "(GTK" off)
-options+=("pepper-flash" "(AUR) Recommended" off)
+options+=("chromium" "(GTK)" off)
+options+=("pepper-flash" "Recommended" off)
 options+=("firefox" "(GTK)" off)
 options+=("firefox-i18n" "" off)
 options+=("flashplugin" "" off)
@@ -27,7 +27,6 @@ fi
 
 for itm in $sel; do
   case $itm in
-    '"pepper-flash"' | \
     '"freshplayerplugin-git"' | \
     '"freshplayerplugin"' | \
     '"vivaldi"' | \