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