mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f69ce87fdb
Submitted by: maintainer While at it, I also changed kr-mule-2.3 -> ko-mule-2.3 cn-mule-2.3 -> zh-mule-2.3
10 lines
426 B
Bash
10 lines
426 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
|
|
echo "############################################################"
|
|
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.),"
|
|
echo "zh-mule-wnn4-2.3 and ko-mule-wnn4-2.3, each of"
|
|
echo "which contains only the executables for mule-2.3"
|
|
echo "############################################################"
|