From d31f5ceb85873c51367db158e794d05e52416019 Mon Sep 17 00:00:00 2001 From: Bazaah Date: Mon, 6 Nov 2023 19:55:18 +0000 Subject: [PATCH] pkgbuild: rm ceph-mgr-bin deprecation warning --- PKGBUILD | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 01e1379..45deb91 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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: