From 0312422284690b0f5d6e16832beaacffab304f8e Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 25 Nov 1994 18:23:01 +0000 Subject: 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. --- japanese/Wnn6/pkg-install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 japanese/Wnn6/pkg-install (limited to 'japanese/Wnn6') 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/* -- cgit