diff options
author | asami <asami@FreeBSD.org> | 1994-11-26 02:23:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-26 02:23:01 +0800 |
commit | 0312422284690b0f5d6e16832beaacffab304f8e (patch) | |
tree | 9267642a3a83eaf8ed8c05223251d246fd46caca /japanese/Wnn6 | |
parent | 7f9a6376e92f5a7ea2366af9c3defd5455e198e2 (diff) | |
download | freebsd-ports-gnome-0312422284690b0f5d6e16832beaacffab304f8e.tar.gz freebsd-ports-gnome-0312422284690b0f5d6e16832beaacffab304f8e.tar.zst freebsd-ports-gnome-0312422284690b0f5d6e16832beaacffab304f8e.zip |
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.
Diffstat (limited to 'japanese/Wnn6')
-rw-r--r-- | japanese/Wnn6/pkg-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/japanese/Wnn6/pkg-install b/japanese/Wnn6/pkg-install new file mode 100644 index 000000000000..886c0d288dda --- /dev/null +++ b/japanese/Wnn6/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/* |