mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b00fafca5b
on the system or not. INSTALL will wnntouch the dictionary files upon install.
7 lines
164 B
Bash
7 lines
164 B
Bash
#!/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/*
|