21700: Install Bundler system-wide in Rails postinst
[arvados.git] / lib / pam / fpm-info.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 fpm_depends+=(ca-certificates)
6 case "$TARGET" in
7     rocky*) fpm_depends+=(pam) ;;
8 esac
9
10 fpm_args+=(--conflicts=libpam-arvados)