]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-python-support
r1845: add
[debhelper.git] / autoscripts / postinst-python-support
1 if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
2         update-python-modules #OPTIONS# #DIRS#
3 fi