6fbdc55334
While we're at it: - Move license back to main package. - Build without -O3 - Also build test
7 lines
162 B
Text
Executable file
7 lines
162 B
Text
Executable file
case "$ACTION" in
|
|
post)
|
|
[ -x usr/bin/rime_deployer ] || exit 1
|
|
[ -d usr/share/rime-data ] || exit 0
|
|
usr/bin/rime_deployer --build usr/share/rime-data
|
|
;;
|
|
esac
|