#!/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/xpm4g -a -d /usr/share/doc/xpm4g ]; then
		ln -sf ../share/doc/xpm4g /usr/doc/xpm4g
	fi
fi
# End automatically added section

