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