summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-04-02 15:58:24 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-04-02 15:58:24 +0200
commit16ac66ae423a8ec84e2d4090695f1e739684b227 (patch)
tree453f5a265149bbd8df02aeb8199c345e4840b715
parenttexlive-module.eclass: improved texlive-common_append_to_src_uri (diff)
downloadtex-overlay-16ac66ae423a8ec84e2d4090695f1e739684b227.tar.gz
tex-overlay-16ac66ae423a8ec84e2d4090695f1e739684b227.tar.bz2
tex-overlay-16ac66ae423a8ec84e2d4090695f1e739684b227.zip
texlive-module.eclass: only invoke etexmf-update if not installing other version
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--eclass/texlive-module.eclass2
1 files changed, 1 insertions, 1 deletions
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
}