Parabola PKGBUILD removes non-privacy friendly search engines with these commands:
# Remove non-privacy search engines
sed -i 's|Duck Duck Go|DuckDuckGo HTML|
s|duckduckgo[.]com|duckduckgo.com/html|
\|Yahoo|d
\|Google|d
' core/preferences.vala
# Use DuckDuckGo HTML
sed -i 's|duckduckgo[.]com|duckduckgo.com/html|g' core/settings.vala
These replacements have been converted to libre.patch
and accompanying libre.patch.args
to do the replacements so that template is not needed to be edited.