# Automatically added by dh_installdocs if [ "$1" = remove ] || [ "$1" = upgrade ] && \ which install-docs >/dev/null 2>&1; then install-docs -r pywps fi # End automatically added section # Automatically added by dh_python dpkg -L pywps | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2 # End automatically added section