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