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