[subversion-commit] SVN tetex-base commit + diffs: r1629 - tetex-base/trunk/debian

Frank Küster frank at costa.debian.org
Mon Sep 25 12:54:35 UTC 2006


Author: frank
Date: 2006-09-25 12:54:34 +0000 (Mon, 25 Sep 2006)
New Revision: 1629

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/postinst.in
Log:
Add proper invocations of update-language, and also of the other
update scripts, to tetex-base's postrm script (closes: #388115)


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-09-25 12:54:12 UTC (rev 1628)
+++ tetex-base/trunk/debian/changelog	2006-09-25 12:54:34 UTC (rev 1629)
@@ -4,7 +4,7 @@
     prerequisites, thanks to Max Kellermann <max at duempel.org> (closes:
     #388067) [frank]
   * Add proper invocations of update-language, and also of the other
-    update scripts, to tetex-base's postrm script (closes: #388115)
+    update scripts, to tetex-base's maintainer scripts (closes: #388115)
     [frank] 
 
  -- Frank Küster <frank at debian.org>  Mon, 25 Sep 2006 14:52:56 +0200

Modified: tetex-base/trunk/debian/postinst.in
===================================================================
--- tetex-base/trunk/debian/postinst.in	2006-09-25 12:54:12 UTC (rev 1628)
+++ tetex-base/trunk/debian/postinst.in	2006-09-25 12:54:34 UTC (rev 1629)
@@ -113,9 +113,6 @@
       $UCF /usr/share/tetex-base/`basename $file` $file
     done
 
-# Update language.dat (update-language is in tex-common on which we depend)
-    update-language
-
 # if tetex-base is upgraded while tetex-bin is already installed, we must 
 # call mktexlr, and regenerate the formats and font maps.
     clean_texenvironment
@@ -128,8 +125,11 @@
       kpsewhich --expand-var='$TEXMF' | grep -q "/usr/share/texmf"  2> /dev/null
       then
       mktexlsr
-      # Update fontmap configuration file and language.dat
+      # Update files generated from configuration files
+      update-texmf
       update-updmap
+      update-language
+      update-fmtutil
       # now call updmap
       create_fontmaps
       # create formats




More information about the Pkg-tetex-commits mailing list