drop YahooWeatherProvider

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent 349d87fd3e
commit 15c2d6c8a5

@ -1581,6 +1581,11 @@ check_cfg_apps () {
if grep -q Adaway "${cfg_apps}"; then
sed -e 's/Adaway/Blokada/g' -i "${cfg_apps}"
fi
# >= 20.7.92 no longer ships YahooWeatherProvider, remove
if grep -q YahooWeatherProvider "${cfg_apps}"; then
sed -e '/YahooWeatherProvider/d' -i "${cfg_apps}"
fi
}
# check whether '.nanodroid-overlay' is up to date

@ -27,4 +27,3 @@ Termux
TorBrowser
Twidere
XDALabs
YahooWeatherProvider

@ -37,7 +37,6 @@ Full list of provided applications
* Twidere (Twitter client) [> F-Droid](https://f-droid.org/packages/org.mariotaku.twidere)
* XDA Labs [> XDA](https://forum.xda-developers.com/android/apps-games/labs-t3241866)
* source not (yet) available
* Yahoo Weather Provider [> GitHub](https://github.com/LineageOS/android_packages_apps_YahooWeatherProvider)
## Alter provided Applications

@ -152,8 +152,7 @@ checkbox(
"Substratum", "Substratum Theme Engine App", 1,
"Termux", "Powerful Terminal Emulator", 1,
"Twidere", "Customizable Twitter Client", 1,
"XDALabs", "XDA at the palm of your hands", 1,
"YahooWeatherProvider", "Use Yahoo! for Wheather Data", 1
"XDALabs", "XDA at the palm of your hands", 1
);
checkbox(

@ -200,7 +200,6 @@ apps_add 26 Substratum
apps_add 27 Termux
apps_add 28 Twidere
apps_add 29 XDALabs
apps_add 30 YahooWeatherProvider
ui_print " "
ui_print " < Debloated Applications"

Loading…
Cancel
Save