#!/bin/sh
#
# A single library without a versioned SONAME makes dh_makeshlibs think
# there's nothing to do and hence it doesn't add the ldconfig invocation.
# Since that's not what we're testing, do it ourselves.

set -e

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

#DEBHELPER#
