Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / config / chroot_local-hooks / 12-remove_unwanted_browser_searchplugins
blobbd17d3e1aec5ac1410ade522441d0995a5c071a4
1 #!/bin/sh
3 set -e
5 # Remove unwanted browser search plugins.
7 echo "Removing unwanted browser search plugins"
9 # Import the TBB_INSTALL variable
10 . /usr/local/lib/tails-shell-library/tor-browser.sh
12 PLUGIN_DIR="${TBB_INSTALL}"/browser/searchplugins
13 rm "${PLUGIN_DIR}"/amazon*.xml
14 rm "${PLUGIN_DIR}"/bing*.xml
15 rm "${PLUGIN_DIR}"/eBay*.xml
16 rm "${PLUGIN_DIR}"/yahoo*.xml