diff options
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 |