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:
parent
5d014bd3a8
commit
745ac2b58e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13790
10
japanese/sj3-lib/pkg-install
Normal file
10
japanese/sj3-lib/pkg-install
Normal 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-server/pkg-install
Normal file
10
japanese/sj3-server/pkg-install
Normal 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
10
japanese/sj3/pkg-install
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user