#!/bin/sh if [ -x "/usr/sbin/prelink" ] ; then prelink -a || true fi exit 0