pkgbuild: rm ceph-mgr-bin deprecation warning

This commit is contained in:
Bazaah
2023-11-06 19:55:18 +00:00
parent de2ff13802
commit d31f5ceb85

View File

@@ -132,16 +132,6 @@ package_ceph-mgr-bin() {
"ceph-bin>=18.2.0"
)
conflicts=('ceph-mgr')
printf ' |> %s\n' \
"===== [ceph-mgr-bin] =====" \
"This package is DEPRECATED and can be removed from your system." \
"It will be removed from AUR in a future release." \
"" \
"Its functionality has been moved to: ceph-bin" \
"" \
"Please uninstall it at your earliest convenience via:" \
" pacman -Rs ceph-mgr-bin"
}
# vim:set ts=2 sw=2 et: