after.sh 250 B

1234567891011121314
  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