--- tiff.old/debian/libtiffxx0c2.preinst Sun Aug 31 23:46:00 2008 +++ /opt/emdebian/trunk/t/tiff/trunk/tiff-3.8.2/debian/libtiffxx0c2.preinst Sun Aug 31 23:47:48 2008 @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ "x$1" = "xupgrade" -a \ + -d /usr/share/doc/libtiffxx0c2 -a ! -h /usr/share/doc/libtiffxx0c2 ]; then + rm -rf /usr/share/doc/libtiffxx0c2 +fi