repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
adzapper
/
adzapper.install
blob
6c50fae29652aa8a8d8b6f88327535a89a5ed0c5
1
post_install() {
2
cat << EOF
3
4
NOTE
5
----
6
To enable adzapper add the following line :
7
8
redirect_program /usr/bin/adzapper.wrapper
9
10
in your /etc/squid/squid.conf & restart squid.
11
EOF
12
}
13
14
post_upgrade() {
15
/bin/true
16
}
17
18
# arg 1: the old package version
19
pre_remove() {
20
/bin/true
21
}
22
23
op=$1
24
shift
25
26
$op $*