#!/bin/sh -e # symlink management generated by debstd if [ "$1" = "configure" ]; then if [ -d /usr/doc -a ! -e /usr/doc/acl -a -d /usr/share/doc/acl ]; then ln -sf ../share/doc/acl /usr/doc/acl fi fi