From 98dc69b0eb7630f232860cd4bbac5b7ccf29c9a9 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:21:33 -0400 Subject: [PATCH] presentation: add zap --- Casks/p/presentation.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/p/presentation.rb b/Casks/p/presentation.rb index 0d87883d81..545fd0fba4 100644 --- a/Casks/p/presentation.rb +++ b/Casks/p/presentation.rb @@ -15,4 +15,6 @@ cask "presentation" do pkg "osx-presentation-#{version}.pkg" uninstall pkgutil: "fr.imag.iihm.blanch.osx-presentation" + + zap trash: "~/Library/Caches/com.apple.python/Applications/Présentation.app" end