post-install 174 B

123456789
  1. # Adjust the toolchain only once (as needed)
  2. if test -x /tools/bin/adjust-toolchain
  3. then
  4. /tools/bin/adjust-toolchain && \
  5. chmod 644 /tools/bin/adjust-toolchain
  6. fi