void-packages/srcpkgs/librime/INSTALL
Đoàn Trần Công Danh 6fbdc55334 librime: rebuild with opencc 1.1.1
While we're at it:
- Move license back to main package.
- Build without -O3
- Also build test
2020-09-06 17:46:53 +07:00

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