updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / privoxy-systemd / privoxy-systemd.install
blob88b98ad1f795338d12b36928597d3f0f9d52e497
1 post_install() {
2   cat << EOF
4 To enable the privoxy service at boot, run the following command as root:
5 systemctl enable privoxy.service
7 To manually start the service (without having to reboot), run the following command as root:
8 systemctl start privoxy.service
10 EOF
13 ## arg 1:  the old package version
14 pre_remove() {
15   systemctl stop privoxy.service
16   systemctl disable privoxy.service