At Tue, 22 Apr 2003 00:21:00 +0900, GOTO Masanori wrote: > Thanks, I follow your suggestion; I would like to add the below code > which removes <package> symlink forcedly in postinst for almost glibc > packages. We remove this code after sarge released. > > if [ -L /usr/doc/<package> ]; then > rm -f /usr/doc/<package> > fi
BTW, there is no libc6-{dbg,pic,prof,dev}.postinst. I'm so lazy that
these packages' /usr/doc/<package> are removed in libc6.postinst.
Regards,
-- gotom

