--- pango1.0.old/debian/libpango1.0-doc.postinst Sun Aug 31 23:28:53 2008 +++ /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.5/debian/libpango1.0-doc.postinst Sun Aug 31 23:28:23 2008 @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +DOCDIR=/usr/share/doc/libpango1.0-0 +if [ -d $DOCDIR ] && [ ! -L $DOCDIR ]; then + rm -rf $DOCDIR + ln -sf libpango1.0-common $DOCDIR +fi + +#DEBHELPER#