hp-eprint: use `deprecate!` instead of `discontinued`

This commit is contained in:
Rylan Polster 2023-12-17 17:45:56 -05:00
parent a6e3580fd6
commit 470198b00a
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
1 changed files with 2 additions and 4 deletions

View File

@ -7,6 +7,8 @@ cask "hp-eprint" do
desc "Mobile printing solution"
homepage "https://h20331.www2.hp.com/hpsub/us/en/eprint/overview.html"
deprecate! date: "2023-12-17", because: :discontinued
pkg "HP ePrint Installer.pkg"
uninstall pkgutil: "com.hp.pkg.cloudprint.HP-ePrint-Mobile"
@ -15,8 +17,4 @@ cask "hp-eprint" do
"~/Library/Containers/com.hp.cloudprint.HP-ePrint-Mobile",
"~/Library/PDF Services/HP ePrint",
]
caveats do
discontinued
end
end