updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / adzapper / adzapper.install
blob6c50fae29652aa8a8d8b6f88327535a89a5ed0c5
1 post_install() {
2         cat << EOF
4 NOTE
5 ----
6 To enable adzapper add the following line :
8   redirect_program /usr/bin/adzapper.wrapper
10 in your /etc/squid/squid.conf & restart squid.
11 EOF
14 post_upgrade() {
15   /bin/true
18 # arg 1:  the old package version
19 pre_remove() {
20   /bin/true
23 op=$1
24 shift
26 $op $*