#!/bin/sh
if [ $2 = POST-INSTALL ]; then
	ldconfig -m /usr/local/lib
fi
