diff options
-rw-r--r-- | app-text/texlive-core/texlive-core-2017-r2.ebuild (renamed from app-text/texlive-core/texlive-core-2017-r1.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/texlive-core/texlive-core-2017-r1.ebuild b/app-text/texlive-core/texlive-core-2017-r2.ebuild index 54a423e792a3..ad27da95fa20 100644 --- a/app-text/texlive-core/texlive-core-2017-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2017-r2.ebuild @@ -340,6 +340,9 @@ src_install() { pkg_postinst() { etexmf-update + einfo "Regenerating TeX formats" + fmtutil-sys --all &> /dev/null + elog elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge," elog "please update them and run ${EPREFIX}/usr/sbin/texmf-update." |