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]
/
lisg-webauth-hg
/
lisg.install
blob
9c93ef6c0742cde36f49d54381cb5f963808aa7b
1
post_install() {
2
/sbin/depmod -aq
3
/bin/cat << EOF
4
5
===> You should add ipt_ISG to MODULES at your rc.conf
6
7
EOF
8
9
}
10
11
post_upgrade() {
12
/sbin/depmod -aq
13
}
14
15
# vim:set ts=2 sw=2 et: