#!/bin/sh

if [ "$1" = "remove" -o "$1" = "purge" ]; then

  ldconfig

fi
