X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/79ad282774b6afb9a48445ac3d12d7bb5615e4eb..9a44fb9de57a2f44347aecd26928eee03ea3c60c:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index 58a177ec60..32cf2057f1 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -148,8 +148,7 @@ handle_rails_package() { local -a pos_args=("$srcdir/=$railsdir" "$pkgname" "Curoverse, Inc." dir "$(cat "$version_file")") local license_arg="$license_path=$railsdir/$(basename "$license_path")" - # --iteration=5 accommodates the package script bugfixes #8371 and #8413. - local -a switches=(--iteration=5 + local -a switches=(--iteration=6 --after-install "$scripts_dir/postinst" --before-remove "$scripts_dir/prerm" --after-remove "$scripts_dir/postrm")