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