Theme-registry has to be flushed because of new tpl logic is implemented.

File

./easy_breadcrumb.install, line 31

Code

function easy_breadcrumb_update_7001() {
    drupal_theme_rebuild();
}