void-packages/srcpkgs/librime/INSTALL
classabbyamp 9ab1405894
*: remove unnecessary execute permissions
* INSTALL scripts don't need to be executable
* anything installed by vbin is set to 755
* many of these files were otherwise marked executable in the template
  (vinstall, chmod, etc)
* some had no business being executable, like the smattering of patches
  and other files
* remove files from chroot-distcc no longer used in the template
  (46ce787b63)
2024-08-02 13:24:47 -04:00

7 lines
162 B
Text

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