summaryrefslogtreecommitdiff
path: root/japanese/mule-sj3+wnn7/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 /japanese/mule-sj3+wnn7/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 'japanese/mule-sj3+wnn7/pkg-install')
-rw-r--r--japanese/mule-sj3+wnn7/pkg-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/mule-sj3+wnn7/pkg-install b/japanese/mule-sj3+wnn7/pkg-install
new file mode 100644
index 000000000000..3a04bb08351c
--- /dev/null
+++ b/japanese/mule-sj3+wnn7/pkg-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
+echo "####################################################################"
+echo "If you want to use 'SJ3' as a japanese input method, then you should"
+echo "insert the following two lines into ~/.emacs"
+echo ""
+echo "(load \"sj3-egg\")"
+echo "(setq egg-default-startup-file \"eggrc-sj3\")"
+echo "####################################################################"