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

Frank Küster frank at costa.debian.org
Fri Jul 7 18:00:13 UTC 2006


Author: frank
Date: 2006-07-07 18:00:12 +0000 (Fri, 07 Jul 2006)
New Revision: 1483

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/postrm.in
Log:
* Call update-language in postrm (not in postinst, as written in the bug
  report), (closes: #369939) [frank]


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-07-07 17:59:48 UTC (rev 1482)
+++ tetex-base/trunk/debian/changelog	2006-07-07 18:00:12 UTC (rev 1483)
@@ -25,8 +25,10 @@
     $TEXMFDIST/scripts, and remove the executable bit from thumbpdf.pl and
     uniqleaf.pl.  These scripts are all accessed through shell wrappers in
     /usr/bin [frank]
+  * Call update-language in postrm (not in postinst, as written in the bug
+    report), (closes: #369939) [frank]
 
- -- Frank Küster <frank at debian.org>  Tue, 27 Jun 2006 18:53:21 +0200
+ -- Frank Küster <frank at debian.org>  Fri,  7 Jul 2006 19:57:54 +0200
 
 tetex-base (3.0-18) unstable; urgency=low
 

Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in	2006-07-07 17:59:48 UTC (rev 1482)
+++ tetex-base/trunk/debian/postrm.in	2006-07-07 18:00:12 UTC (rev 1483)
@@ -43,6 +43,7 @@
   upgrade)
     ;;
   remove)
+    update-language
     ;;
   purge)
     # if these files still exist, remove them now




More information about the Pkg-tetex-commits mailing list