How to make permalinks update from code?

This question is difficult to understand but I think what you want is to run flush_rewrite_rules() on theme activation. I don’t believe there is a specialized hook for this but both @Rarst and @toscho have posted good methods in another answer. You should be able to easily adapt that code.