#!/bin/sh

set -e

if [ "$1" = "configure" ]; then    
    # Update shared library links...
    ldconfig
fi
