#!/bin/sh

if [ "$1" = "remove" ]; then
    # Call ldconfig
    ldconfig
fi
