Update of /cvs/debian-openoffice/oo-debian-files/bin In directory gluck:/tmp/cvs-serv19022/bin
Modified Files: oooprelink Log Message: add zlib1g to ooprelinks message Index: oooprelink =================================================================== RCS file: /cvs/debian-openoffice/oo-debian-files/bin/oooprelink,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- oooprelink 1 Oct 2003 14:07:20 -0000 1.6 +++ oooprelink 12 Nov 2003 19:08:14 -0000 1.7 @@ -50,8 +50,8 @@ LIBC="libc6.1"; else LIBC="libc6"; fi echo -n "If you update the libraries used by OpenOffice.org (xlibs" echo ", $LIBC, libstdc++5, " - echo "libgcc1, libfreetype6, libart-2.0-2, libfontconfig1, libxaw7) in the future," - echo "you need to prelink again. Run /usr/sbin/oooprelink then." + echo "libgcc1, libfreetype6, libart-2.0-2, libfontconfig1, libxaw7, zlib1g) in the" + echo "future, you need to prelink again. Run /usr/sbin/oooprelink then." elif [ "$prelink" = "false" ]; then if [ -f /var/state/openoffice/ooo_is_prelinked ]; then echo -n "Undoing prelinking of OpenOffice.org binaries... "