#!/bin/sh
 
# Exit on error
set -e

/sbin/ldconfig

exit 0
