From 16ac66ae423a8ec84e2d4090695f1e739684b227 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 2 Apr 2024 15:58:24 +0200 Subject: texlive-module.eclass: only invoke etexmf-update if not installing other version Signed-off-by: Florian Schmaus --- eclass/texlive-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index 1fb655b..15346a3 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -494,7 +494,7 @@ texlive-module_pkg_postinst() { # installed texmf trees. texlive-module_pkg_postrm() { - etexmf-update + [[ -z ${REPLACING_VERSIONS} ]] && etexmf-update texlive-module_update_tlpdb } -- cgit v1.2.3-65-gdbad