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

Frank Küster frank at costa.debian.org
Thu Oct 12 10:58:24 UTC 2006


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 <sam at zoy.org> (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 <sam at zoy.org> (closes: #392518) [frank]
+
+ -- Frank Küster <frank at debian.org>  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
     ;;
   *)
     ;;




More information about the Pkg-tetex-commits mailing list