Bug#236132: More weirdness with libx11-6 postrm

2004-03-04 Thread Branden Robinson
On Thu, Mar 04, 2004 at 02:05:33PM +0100, Michael Schmitz wrote: > The libx11-6 postrm script still dies (with my change applied) because > /usr/X11R6/lib is the _only_ line in ld.so.conf, and the output file is > empty after the fgrep -v. set -e makes the postrm script die. > > Suggested change:

Bug#236132: More weirdness with libx11-6 postrm

2004-03-04 Thread Michael Schmitz
The libx11-6 postrm script still dies (with my change applied) because /usr/X11R6/lib is the _only_ line in ld.so.conf, and the output file is empty after the fgrep -v. set -e makes the postrm script die. Suggested change: fgrep -qsvx "$dir" "$ldsoconf" > "$ldsoconf.dpkg-tmp" || echo "empty