diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-11-25 18:23:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-11-25 18:23:01 +0000 |
commit | b00fafca5b1b032f822fd9e3abf78f6d71c3eda2 (patch) | |
tree | 89dcf21c1abc9172110ed61c7ab3d441fb685b15 /japanese/FreeWnn-server/pkg-install | |
parent | Update to make jserver work. Needed to "wnntouch" dictionary files (diff) |
Oops, forgot to add new package files. REQ will test if the user "wnn" is
on the system or not. INSTALL will wnntouch the dictionary files upon
install.
Notes
Notes:
svn path=/head/; revision=503
Diffstat (limited to 'japanese/FreeWnn-server/pkg-install')
-rw-r--r-- | japanese/FreeWnn-server/pkg-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/japanese/FreeWnn-server/pkg-install b/japanese/FreeWnn-server/pkg-install new file mode 100644 index 000000000000..886c0d288dda --- /dev/null +++ b/japanese/FreeWnn-server/pkg-install @@ -0,0 +1,6 @@ +#!/bin/sh +# installation script for Wnn4.2 +if [ "$2" != "POST-INSTALL" ]; then + exit 0 +fi +${PKG_PREFIX}/bin/Wnn4/wnntouch ${PKG_PREFIX}/lib/wnn/ja_JP/dic/pubdic/* |