https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38453
--- Comment #2 from Mason James <[email protected]> --- (In reply to Aleisha Amohia from comment #0) > When the koha-common package is upgraded, it should cause koha-l10n to get > upgraded as well. > > The koha-common package by default automatically updates translations > post-install. > > This is redundant if the upgraded koha-l10n package hasn't also been > installed. hi Aleisha i think this already happens... in the following example, when koha-common is upgraded, the koha-l10n package is automatically upgraded before it # apt list -u Listing... Done koha-common/stable,stable 24.11.01-2 all [upgradable from: 24.05.06-1] koha-l10n/stable,stable 24.11.01-1 all [upgradable from: 24.05.06-1] # apt upgrade koha-common The following packages will be upgraded: koha-common koha-l10n 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 52.6 MB of archives. After this operation, 11.0 MB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://debian.koha-community.org/koha 24.11/main amd64 koha-l10n all 24.11.01-1 [33.8 MB] Get:2 http://debian.koha-community.org/koha 24.11/main amd64 koha-common all 24.11.01-2 [18.8 MB] Fetched 52.6 MB in 38s (1372 kB/s) Preconfiguring packages ... (Reading database ... 185719 files and directories currently installed.) Preparing to unpack .../koha-l10n_24.11.01-1_all.deb ... Unpacking koha-l10n (24.11.01-1) over (24.05.06-1) ... Preparing to unpack .../koha-common_24.11.01-2_all.deb ... Unpacking koha-common (24.11.01-2) over (24.05.06-1) ... Setting up koha-l10n (24.11.01-1) ... Setting up koha-common (24.11.01-2) ... -- You are receiving this mail because: You are the assignee for the bug. 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/
