#!/bin/sh if [ -n "${BATCH}" -o -n "${PACKAGE_BUILDING}" ]; then exit 0 fi env=/usr/bin/env fgrep=/usr/bin/fgrep ldconfig=/sbin/ldconfig ld_so=/usr/libexec/ld.so if [ x$2 = xINSTALL ]; then $env OBJFORMAT=aout $ldconfig -r | $fgrep -q -e '-lc.3' if [ $? -ne 0 -o ! -x $ld_so ]; then cat <