1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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.
This commit is contained in:
Satoshi Asami 1994-11-25 18:23:01 +00:00
parent 59d082981f
commit b00fafca5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503
2 changed files with 12 additions and 0 deletions

View File

@ -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/*

View File

@ -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/*