[subversion-commit] SVN tex-common commit + diffs: r1487 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Sat Jul 8 18:34:28 UTC 2006


Author: frank
Date: 2006-07-08 18:34:25 +0000 (Sat, 08 Jul 2006)
New Revision: 1487

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postinst.in
Log:
This change requires installation of a file in a TEXMF tree; we
therefore run mktexlsr if it is available.

Thanks, Norbert

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-07-08 16:40:27 UTC (rev 1486)
+++ tex-common/trunk/debian/changelog	2006-07-08 18:34:25 UTC (rev 1487)
@@ -5,6 +5,9 @@
     the complicated debconf questions related to that issue (there's still
     one note left) (closes: #376050, #366805, #368411).  Many thanks to
     Ralf Stubner for his "braindump".
+  
+    This change requires installation of a file in a TEXMF tree; we
+    therefore run mktexlsr if it is available.
   * Debconf Translations:
     - Updated Czech translation, thanks to Miroslav Kure
       <kurem at upcase.inf.upol.cz> 

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2006-07-08 16:40:27 UTC (rev 1486)
+++ tex-common/trunk/debian/postinst.in	2006-07-08 18:34:25 UTC (rev 1487)
@@ -129,6 +129,12 @@
     update-updmap
     update-language
 
+# if available, run mktexlsr - this is needed for upgrades from versions
+# prior to 0.26, which is the first to install a file in a TEXMF tree
+
+    if [ -x "`which mktexlsr`" ]; then
+      mktexlsr
+    fi
     #
     # do the config stuff
 #     db_get tex-common/managecache || true




More information about the Pkg-tetex-commits mailing list