summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-dict/INSTALL
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>2002-06-10 09:15:23 +0000
committersakamoto <sakamoto@pkgsrc.org>2002-06-10 09:15:23 +0000
commite7cac718304a274e3edc754b2fe26b450167af43 (patch)
treea9937f0620138060387bd1627e4944244f66671c /inputmethod/sj3-dict/INSTALL
parent326c7083cfc270dec5400ce79e7072eb2d08f139 (diff)
downloadpkgsrc-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/INSTALL10
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