From afded9797283283fc594ed454125da758b3ee228 Mon Sep 17 00:00:00 2001 From: albevier <13409891+albevier@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:50:59 -0700 Subject: [PATCH] Added zap stanza --- Casks/p/paulxstretch.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb index 3cc7f750fd..f5d25004b2 100644 --- a/Casks/p/paulxstretch.rb +++ b/Casks/p/paulxstretch.rb @@ -14,4 +14,10 @@ cask "paulxstretch" do pkg "PaulXStretch Installer.pkg" uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*" + + zap trash: [ + "~/Library/Application Support/PaulXStretch", + "~/Library/Application Support/PaulXStretch3", + "~/Library/Preferences/com.sonosaurus.paulxstretch.plist", + ] end