summaryrefslogtreecommitdiff
path: root/textproc/coco/pkg-install
blob: 892eeb848ba6f416d44b798f9c13b60ca07251b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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