Author: frank
Date: 2006-10-12 10:58:23 +0000 (Thu, 12 Oct 2006)
New Revision: 1793

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postrm.in
Log:
  * Handle non-writable /usr/local gracefully upon removal, thanks to Sam
    Hocevar <[EMAIL PROTECTED]> (closes: #392518) [frank]


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog   2006-10-12 05:39:33 UTC (rev 1792)
+++ tex-common/trunk/debian/changelog   2006-10-12 10:58:23 UTC (rev 1793)
@@ -1,3 +1,10 @@
+tex-common (0.34~1) unreleased; urgency=medium
+
+  * Handle non-writable /usr/local gracefully upon removal, thanks to Sam
+    Hocevar <[EMAIL PROTECTED]> (closes: #392518) [frank]
+
+ -- Frank Küster <[EMAIL PROTECTED]>  Thu, 12 Oct 2006 12:57:45 +0200
+
 tex-common (0.33) unstable; urgency=medium
 
   * Fix syntax error in debianize-updmap (closes: #391976).  Also, the

Modified: tex-common/trunk/debian/postrm.in
===================================================================
--- tex-common/trunk/debian/postrm.in   2006-10-12 05:39:33 UTC (rev 1792)
+++ tex-common/trunk/debian/postrm.in   2006-10-12 10:58:23 UTC (rev 1793)
@@ -36,7 +36,7 @@
     purge_ucf_file  /etc/texmf/texmf.cnf
 
     # remove the symlink in TEXMFLOCAL
-    rm -f /usr/local/share/texmf/ls-R
+    rm -f /usr/local/share/texmf/ls-R 2>/dev/null || true
     ;;
   *)
     ;;


_______________________________________________
Pkg-tetex-commits mailing list
Pkg-tetex-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to