PKGBUILDs/extra/mod_python/mod_python.install

14 lines
324 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
# 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 $*