1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

I forgot to add a file.

This commit is contained in:
Jun Kuriyama 1998-10-09 16:10:37 +00:00
parent 5d014bd3a8
commit 745ac2b58e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13790
3 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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

10
japanese/sj3/pkg-install Normal file
View File

@ -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