[Python-apps-commits] r4780 - in packages/mercurial/trunk/debian (mercurial.postinst)

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Tue Feb 16 01:17:46 UTC 2010


    Date: Tuesday, February 16, 2010 @ 01:17:37
  Author: vdanjean
Revision: 4780

Really fix symlink in /usr/share/doc

Modified:
  packages/mercurial/trunk/debian/mercurial.postinst

Modified: packages/mercurial/trunk/debian/mercurial.postinst
===================================================================
--- packages/mercurial/trunk/debian/mercurial.postinst	2010-02-16 01:17:04 UTC (rev 4779)
+++ packages/mercurial/trunk/debian/mercurial.postinst	2010-02-16 01:17:37 UTC (rev 4780)
@@ -19,13 +19,6 @@
 
 case "$1" in
     configure)
-        # Link mercurial doc directory if dpkg didn't do it
-        DOC=/usr/share/doc/mercurial
-        if [ -d "$DOC" -a ! -L "$DOC" ]; then
-            if rmdir "$DOC"; then
-                ln -s mercurial-common "$DOC"
-            fi
-        fi
         # Fix for old packages not managing pyc files
         for d in /usr/lib/python*/site-packages/mercurial /usr/lib/python*/site-packages/hgext ; do
 	    if [ -d "$d" ] ; then




More information about the Python-apps-commits mailing list