summaryrefslogtreecommitdiff
path: root/editors/mule-common/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mule-common/pkg-install')
-rw-r--r--editors/mule-common/pkg-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/mule-common/pkg-install b/editors/mule-common/pkg-install
new file mode 100644
index 000000000000..892eeb848ba6
--- /dev/null
+++ b/editors/mule-common/pkg-install
@@ -0,0 +1,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 "############################################################"