#!/bin/sh -e

#DEBHELPER#

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