summaryrefslogtreecommitdiff
path: root/japanese/mule-freewnn+sj3/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mule-freewnn+sj3/pkg-install')
-rw-r--r--japanese/mule-freewnn+sj3/pkg-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/mule-freewnn+sj3/pkg-install b/japanese/mule-freewnn+sj3/pkg-install
new file mode 100644
index 000000000000..3a04bb08351c
--- /dev/null
+++ b/japanese/mule-freewnn+sj3/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 "####################################################################"