summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-python-support
blob: 2b60ca109c0bd633145fa08139fd970efe4530cc (plain)
1
2
3
if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
	update-python-modules #OPTIONS# #DIRS#
fi