X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/139200027a3192260b5ea7c2d0c93a8eb5f8eb7e..37f07a3f9f202f66a88eb70dcd0002713889a9b0:/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")