#!/bin/sh -e

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

