after.sh 291 B

12345678910111213141516
  1. #!/bin/bash
  2. #
  3. # packager.io after script
  4. #
  5. PATH=$(pwd)/bin:$(pwd)/vendor/bundle/bin:$PATH
  6. set -e
  7. # download locales and translations to make a offline installation possible
  8. contrib/packager.io/fetch_locales.rb
  9. # delete asset cache
  10. rm -r tmp/cache
  11. rm -r vendor/bundle/ruby/2.3.0 || true