#! /bin/sh set -e update=/usr/share/python/runtime.d/libboost-python1.40-dev.rtupdate if which pyversions >/dev/null; then $update rtupdate none $(pyversions -d) fi # Automatically added by dh_pysupport if which update-python-modules >/dev/null 2>&1; then update-python-modules libboost-python1.40-dev.public fi # End automatically added section