summaryrefslogtreecommitdiff
path: root/debian/python-leap-client.postinst.debhelper
blob: 8b32391c109a1209c40e708845378744eab6942b (plain)
1
2
3
4
5
6
7

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

# End automatically added section