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

François Charette francois at archlinux.org
Wed Sep 9 12:32:56 UTC 2009


    Date: Wednesday, September 9, 2009 @ 08:32:56
  Author: francois
Revision: 51533

re-add missing fmtutil-sys command/message

Modified:
  texlive-core/trunk/texlive.install

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

Modified: texlive.install
===================================================================
--- texlive.install	2009-09-09 12:32:52 UTC (rev 51532)
+++ texlive.install	2009-09-09 12:32:56 UTC (rev 51533)
@@ -53,6 +53,10 @@
 	echo    ">>> texlive: updating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash
 	echo    " done." 
+  echo -n   "creating all formats..."
+  fmtutil-sys --all 1>/dev/null
+  echo      " done." 
+  echo      " (logs are under /usr/share/texmf-var/web2c/<engine>/<formatname>.log)"
 }
 
 
@@ -86,6 +90,8 @@
 	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"
 }
 
 pre_remove() {




More information about the arch-commits mailing list