21700: Install Bundler system-wide in Rails postinst
[arvados.git] / services / keep-web / fpm-info.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 case "$TARGET" in
6     centos*|rocky*)
7         fpm_depends+=(mailcap)
8         ;;
9     debian* | ubuntu*)
10         fpm_depends+=(mime-support)
11         ;;
12 esac