https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262
--- Comment #18 from Katrin Fischer <[email protected]> --- (In reply to Jonathan Druart from comment #17) > Bernardo, do yo remember why you added that? > > > It will not create a installer directory if it already exists. > > 379 if ( -d $langdir ) { > 380 say "$self->{lang} installer dir $langdir already > exists.\nDelete it if you want to recreate it." if $self->{verbose}; > 381 return; > 382 } > > > On upgrade we want to update the directory. I agree, we want/need to update the files on update. I don't think we could/should handle this differently than other files that are overwritten. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
