# copied from: /usr/share/debhelper/autoscripts/postinst-makeshlibs
# lintian compliant way to run ldconfig after .deb package install
if [ "$1" = "configure" ]; then
	ldconfig
fi
