diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 09:15:23 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 09:15:23 +0000 |
commit | e7cac718304a274e3edc754b2fe26b450167af43 (patch) | |
tree | a9937f0620138060387bd1627e4944244f66671c /inputmethod/sj3-dict/INSTALL | |
parent | 326c7083cfc270dec5400ce79e7072eb2d08f139 (diff) | |
download | pkgsrc-e7cac718304a274e3edc754b2fe26b450167af43.tar.gz |
Import sj3-dict-2.0.1.20nb1
Japanese input method (dictionary)
separated from inputmethod/sj3-server, Approved by agc.
Diffstat (limited to 'inputmethod/sj3-dict/INSTALL')
-rw-r--r-- | inputmethod/sj3-dict/INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/inputmethod/sj3-dict/INSTALL b/inputmethod/sj3-dict/INSTALL new file mode 100644 index 00000000000..fc05b7f61f5 --- /dev/null +++ b/inputmethod/sj3-dict/INSTALL @@ -0,0 +1,10 @@ +#!/bin/sh + +case $2 in + POST-INSTALL) + dic="${PKG_PREFIX}/sj3/user" + mkdir -p $dic + chmod 755 $dic + chown ${SJ3OWNER}.${SJ3GROUP} $dic + ;; +esac |