[arch-commits] Commit in texlive-core/trunk (texlive.install)

François Charette francois at archlinux.org
Thu Sep 10 11:54:21 UTC 2009


    Date: Thursday, September 10, 2009 @ 07:54:21
  Author: francois
Revision: 51642

force recreation of formats during post-upgrade

Modified:
  texlive-core/trunk/texlive.install

-----------------+
 texlive.install |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: texlive.install
===================================================================
--- texlive.install	2009-09-10 11:36:13 UTC (rev 51641)
+++ texlive.install	2009-09-10 11:54:21 UTC (rev 51642)
@@ -90,8 +90,10 @@
 	echo    ">>> texlive: updating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash $SYNCWITHTREES
 	echo    " done." 
-  echo "If updating from TeXLive 2008, it is advisable to rebuild the formats with"
-  echo "      sudo fmtutil-sys --all"
+  echo -n   "recreating all formats..."
+  fmtutil-sys --all 1>/dev/null
+  echo      " done." 
+  echo      " (logs are under /usr/share/texmf-var/web2c/<engine>/<formatname>.log)"
 }
 
 pre_remove() {




More information about the arch-commits mailing list