#!/bin/sh -e

#DEBHELPER#

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