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 Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git]
/
mod_python
/
mod_python.install
blob
10a1211d32332f17b23f2bdaa7e9db66c2705cf7
1
post_install() {
2
echo
3
echo "Now don't forget to edit your main config and add"
4
echo " LoadModule python_module /usr/lib/httpd/modules/mod_python.so"
5
echo "and if your configuration uses ClearModuleList, then also"
6
echo " AddModule mod_python.c"
7
echo
8
}