#!/bin/bash
if [ "$1" = "remove" ]; then
	ldconfig
fi