summarylogtreecommitdiffstats
path: root/privoxy-adfilter.install
blob: f4e6d2ac53d0e75c21423ff5457a30aac897f647 (plain)
1
2
3
4
5
6
7
post_install() {
  echo -e "In order to use adfilter, you have to execute following commands:\n\n    echo actionsfile adfilter.action >> /etc/privoxy/config\n    echo filterfile  adfilter.filter >> /etc/privoxy/config"
}

post_remove () {
  echo "Please remove adfilter.action and adfilter.filter in /etc/privoxy/config to avoid errors."
}