summaryrefslogtreecommitdiff
path: root/debian/python-sh.postinst.debhelper
blob: f48c48b1d0e65171c1cc7634e09fea08b5c1497b (plain)
1
2
3
4
5
6
7

# Automatically added by dh_python2:
if which pycompile >/dev/null 2>&1; then
	pycompile -p python-sh 
fi

# End automatically added section