# Automatically added by dh_installdocs if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then install-docs -i /usr/share/doc-base/pywps fi # End automatically added section # Automatically added by dh_python PYTHON=python2.5 if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then DIRLIST=" /usr/lib/python2.5/site-packages" for i in $DIRLIST ; do $PYTHON /usr/lib/$PYTHON/compileall.py -q $i done fi # End automatically added section