#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
	/sbin/ldconfig
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#
