summarylogtreecommitdiffstats
path: root/e2guardian.install
blob: a423befab23933b13e4bc13325b9b478dec0aab9 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "NOTE: You must install a proxy server such as"
  echo "      Squid or Tinyproxy or Polipo in order to use"
  echo "      E2Guardian. You'll also have to configure"
  echo "      E2Guardian to use the correct proxy port."
chown -R nobody.nobody /var/log/e2guardian
}