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 <[EMAIL PROTECTED]>  Tue, 27 Jun 2006 18:53:21 +0200
+ -- Frank Küster <[EMAIL PROTECTED]>  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


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to