PKGBUILDs/extra/mod_python/mod_python.install
2009-10-09 21:23:22 -05:00

13 lines
324 B
Text

# arg 1: the new package version
post_install() {
echo
echo "Now don't forget to edit your main config and add"
echo " LoadModule python_module /usr/lib/httpd/modules/mod_python.so"
echo "and if your configuration uses ClearModuleList, then also"
echo " AddModule mod_python.c"
echo
}
op=$1
shift
$op $*