--- pango1.0.old/debian/libpango1.0-0.postinst Sun Aug 31 23:28:53 2008 +++ /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.5/debian/libpango1.0-0.postinst Sun Aug 31 23:28:23 2008 @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +# Hey, I'm a snippet removing old cruft (Debian #430040); drop me after lenny! +BOGUSDOCDIR=/usr/share/doc/libpango1.0-doc/pango/pango +if [ -L $BOGUSDOCDIR ]; then + rm -f $BOGUSDOCDIR +fi + +#DEBHELPER#