#! /bin/sh

set -e

if [ "$1" != "remove" ]; then
	exit 0
fi

/sbin/ldconfig
exit 0