1997-09-10 04:51:26 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
|
|
|
|
echo "############################################################"
|
1997-10-30 22:44:09 -05:00
|
|
|
echo "You must install one of packages, mule-2.3, ja-mule-*-2.3"
|
|
|
|
echo "(ja-mule-canna-2.3, ja-mule-canna+sj3-2.3, etc.),"
|
2000-09-17 11:29:20 -04:00
|
|
|
echo "zh-mule-freewnn-2.3 and ko-mule-freewnn-2.3, each of"
|
1997-09-10 04:51:26 -04:00
|
|
|
echo "which contains only the executables for mule-2.3"
|
|
|
|
echo "############################################################"
|