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 Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git]
/
nfblock
/
nfblock.install
blob
7b96ba46b8c4794471215bb05b4191ce154b0da1
1
post_install() {
2
. /etc/default/nfblock
3
4
if [ -n "$BLOCKLISTPRO_NAMES" ]; then
5
echo "Downloading the latest blocklist(s)..."
6
/usr/lib/nfblock/dl-blocklistpro.pl $BLOCKLISTPRO_NAMES
7
fi
8
}
9
10
post_remove() {
11
rm -rf /var/lib/nfblock
12
}
13
14
# vim: noet ff=unix