#!/bin/sh
if [ $2 = POST-INSTALL ]; then
	ldconfig $PKG_PREFIX
fi
