diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-09 16:10:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-09 16:10:37 +0000 |
commit | 745ac2b58e86c2c7dd9f398975e0af6e6844ed33 (patch) | |
tree | d9f9598ce727ff8c8982b8c4d98b26bab6dda65c /japanese/sj3 | |
parent | Upgrade to 0.4, add depend with imlib. (diff) |
I forgot to add a file.
Diffstat (limited to 'japanese/sj3')
-rw-r--r-- | japanese/sj3/pkg-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/sj3/pkg-install b/japanese/sj3/pkg-install new file mode 100644 index 000000000000..f93fb1a1ca9c --- /dev/null +++ b/japanese/sj3/pkg-install @@ -0,0 +1,10 @@ +#!/bin/sh + +case $2 in + POST-INSTALL) + dic="${PKG_PREFIX}/lib/sj3/dict/user" + mkdir -p $dic + chown bin.bin $dic + ;; +esac + |