[Debian-tex-commits] SVN tex-common commit + diffs: r3014 - tex-common/trunk/scripts

Norbert Preining preining at alioth.debian.org
Wed Jul 4 12:21:23 UTC 2007


Author: preining
Date: 2007-07-04 12:21:23 +0000 (Wed, 04 Jul 2007)
New Revision: 3014

Modified:
   tex-common/trunk/scripts/dh_installtex
Log:
Thanks Florent, we should NOT detect the presence of tex files.


Modified: tex-common/trunk/scripts/dh_installtex
===================================================================
--- tex-common/trunk/scripts/dh_installtex	2007-07-04 10:00:43 UTC (rev 3013)
+++ tex-common/trunk/scripts/dh_installtex	2007-07-04 12:21:23 UTC (rev 3014)
@@ -607,11 +607,8 @@
 			$uniq{$_} = 1; 
 		}
 		my @foo = keys(%uniq);
-		# we should conditionally check that there are files actually
-		# installed. ie
-		# - NO additional texmf trees are given
-		# - the two dirs /var/lib/texmf and /usr/share/texmf do NOT exists
-		# then we do NOT call the texlsr calls!
+		# we should NOT check whether files are actually installed
+		# because we have to update the ls-R db for disappearing files, too.
 		autoscript($package, "postinst", "postinst-texlsr", "s|#TEXMFTREES#|@foo|");
 		autoscript($package, "postrm",   "postrm-texlsr", "s|#TEXMFTREES#|@foo|");
 		if ($dothefullstuff) {




More information about the Debian-tex-commits mailing list