diff options
Diffstat (limited to 'japanese/mule-sj3+wnn7/pkg-install')
-rw-r--r-- | japanese/mule-sj3+wnn7/pkg-install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/japanese/mule-sj3+wnn7/pkg-install b/japanese/mule-sj3+wnn7/pkg-install deleted file mode 100644 index 3a04bb08351c..000000000000 --- a/japanese/mule-sj3+wnn7/pkg-install +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 "####################################################################" |