if `module_installed xserver`; then
  if [ ! -e "/etc/man.conf" ] ; then
    cd /etc &&
    ln -sf /usr/share/misc/man.conf man.conf
  fi
fi
