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:
parent
59d082981f
commit
b00fafca5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503
6
japanese/FreeWnn-server/pkg-install
Normal file
6
japanese/FreeWnn-server/pkg-install
Normal 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/*
|
6
japanese/Wnn6/pkg-install
Normal file
6
japanese/Wnn6/pkg-install
Normal 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/*
|
Loading…
Reference in New Issue
Block a user