summaryrefslogtreecommitdiff
path: root/libre/iceweasel/PKGBUILD
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2020-07-02 20:48:04 +0300
committerAndreas Grapentin <andreas@grapentin.org>2020-07-10 11:28:47 +0200
commit76c2518597b9475498150f2d6ad19d358e61f6d5 (patch)
treef33432480f089066d7a2658f4f940da79b3caef5 /libre/iceweasel/PKGBUILD
parent6adb656f5da10cae77f9098601a122f45a889a7f (diff)
downloadabslibre-76c2518597b9475498150f2d6ad19d358e61f6d5.tar.gz
abslibre-76c2518597b9475498150f2d6ad19d358e61f6d5.tar.bz2
abslibre-76c2518597b9475498150f2d6ad19d358e61f6d5.zip
iceweasel: remove What's New tab from DevTools
This is to reduce maintenance burden. The tab is going to have new content in each new release, and as can be seen with this release, some news items can contain references or mention nonfree stuff. Instead of patching each new release, just removing it for now. Those who want to see the news can find them (and more) on the upstream release notes webpage. Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r--libre/iceweasel/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 2e5a556e3..a8d215351 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -276,6 +276,9 @@ END
_removed_engines_regex='Bing|Google|Seznam|Twitter|Yahoo|Yandex|Яндекс|amazon|bing|google|ebay|twitter'
_err_msg="search-engines patch needs re-working"
! grep -E ${_removed_engines_regex} ${_search_config_file} > /dev/null || ! echo "${_err_msg}"
+
+ # Removing What's New tab from Developer Tools, usages are removed by libre.patch
+ rm -rf devtools/client/whats-new
}
build() {