#!/bin/sh 

# Exit on errors
set -e

# Regenerate LD cache 
ldconfig

exit 0

