#!/bin/sh

if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
echo "############################################################"
echo "You must install one of packages, xemacs-mule and "
echo " ja-xemacs-*-20.4 (ja-xemacs-20.4, ja-xemacs-canna-20.4, etc.)"
echo ", each of which contains only the executables for xemacs-20.4"
echo "############################################################"
