summaryrefslogtreecommitdiff
path: root/textproc/coco/pkg-install
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-09-10 08:51:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-09-10 08:51:26 +0000
commite9256feffb8da1914dd396739ed42217c5291d90 (patch)
tree86191a456da2dbf92a4e185cc5ee1b4787ee9690 /textproc/coco/pkg-install
parentWnn ver 6. Files were already repository copied from japanese/Wnn. (diff)
Share files among various mule ports, both port files and within
packages. The editors/mule-common package contains the language- independent parts. Add some new ports based on input methods. They don't take up much space because of efficient sharing. PR: 4411 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=7845
Diffstat (limited to 'textproc/coco/pkg-install')
-rw-r--r--textproc/coco/pkg-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/coco/pkg-install b/textproc/coco/pkg-install
new file mode 100644
index 000000000000..892eeb848ba6
--- /dev/null
+++ b/textproc/coco/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 "############################################################"