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