app-text/texlive-core: Drop forced die on fmtutil-sys
authorMikle Kolyada <zlogene@gentoo.org>
Tue, 11 Jun 2019 16:32:11 +0000 (19:32 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Tue, 11 Jun 2019 16:32:11 +0000 (19:32 +0300)
This should not *always* die as formats may not exist yet

Closes: https://bugs.gentoo.org/687866
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

app-text/texlive-core/texlive-core-2019-r3.ebuild

index 9d69be1de7ff6aef61ac6b835c1641dc1385a9d6..6c3e6dd09a6fd481bfb0164d20c57b725a724c37 100644 (file)
@@ -330,7 +330,7 @@ pkg_postinst() {
        etexmf-update
 
        einfo "Regenerating TeX formats"
-       fmtutil-sys --all &> /dev/null || die
+       fmtutil-sys --all &> /dev/null
 
        elog
        elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge,"