From 84a591de7b007ee68aa69a9c21b61c184d8191e5 Mon Sep 17 00:00:00 2001 From: Bryce Glover Date: Sat, 6 Nov 2021 21:25:38 -0400 Subject: [PATCH] uninstall: Obsolete and remove this script after upstream deprecated it. Upstream deprecated this uninstaller script in commits `2680637`, `c6160cd`, `135edd1`, `a8104cf`, and `e690a46` after porting it to `bash` as part of Homebrew/install#256. We here downstream don't need to make as many backward-compatibility promises ourselves. --- uninstall | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 uninstall diff --git a/uninstall b/uninstall deleted file mode 100755 index 4677b43d..00000000 --- a/uninstall +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/ruby - -STDERR.print <