DEBSOURCES
Skip Quicknav
sources / nova / 2012.1.1-18 / debian / python-nova.postinst
123456789101112
#!/bin/sh set -e #DEBHELPER# if [ "$1" = "configure" ] then update-python-modules --post-install fi exit 0