summaryrefslogtreecommitdiffstats
path: root/debian/python-pyphen.postinst.debhelper
blob: 8e49ac843b8cc8749de5dba3e6cc8f4c232aeb50 (plain)
1
2
3
4
5
6
7

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

# End automatically added section