summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-dict/INSTALL
blob: 5cdccc89f20d849bf7719ac2e5d0b7f80f9e8154 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

case $2 in
    POST-INSTALL)
	dic="${PKG_PREFIX}/sj3/user"
	mkdir -p $dic
	chmod 755 $dic
	chown @SJ3OWNER@:@SJ3GROUP@ $dic
	;;
esac