#!/bin/sh -e

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

# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/libtiff3g -a -d /usr/share/doc/libtiff3g ]; then
		ln -sf ../share/doc/libtiff3g /usr/doc/libtiff3g
	fi
fi
# End automatically added section

