
#!/bin/sh
set -eu

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

