1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/japanese/sj3/pkg-install
1998-10-09 16:10:37 +00:00

11 lines
124 B
Bash

#!/bin/sh
case $2 in
POST-INSTALL)
dic="${PKG_PREFIX}/lib/sj3/dict/user"
mkdir -p $dic
chown bin.bin $dic
;;
esac