X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fdc9a9308c646d23ec50073833f141ceebf78613..533ee50c604e3900c390b77fafac1455b28a15d0:/services/fuse/fpm-info.sh diff --git a/services/fuse/fpm-info.sh b/services/fuse/fpm-info.sh index 57671cd37d..f789abe692 100644 --- a/services/fuse/fpm-info.sh +++ b/services/fuse/fpm-info.sh @@ -1 +1,14 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + fpm_depends+=(fuse) + +case "$TARGET" in + centos*) + fpm_depends+=(fuse-libs) + ;; + debian* | ubuntu*) + fpm_depends+=(libcurl3-gnutls) + ;; +esac