From a0a958defb7db67185a8f8e6b44ba17c9333f789 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 29 Sep 2025 17:06:40 -0400 Subject: [PATCH] feat: Adds uninstall-desktop-app script, need to remove the uninstall-webapp script and favor this one. --- env/.local/scripts/uninstall-desktop-app | 119 +++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100755 env/.local/scripts/uninstall-desktop-app diff --git a/env/.local/scripts/uninstall-desktop-app b/env/.local/scripts/uninstall-desktop-app new file mode 100755 index 0000000..9dc6f51 --- /dev/null +++ b/env/.local/scripts/uninstall-desktop-app @@ -0,0 +1,119 @@ +#!/usr/bin/env bash + +# Uninstalls '.desktop' applications, including their icon. +# +# This is primarily used for uninstalling web app's, if a +# desktop app was installed via the package manager, then the +# package manager should be used to uninstall the application. + +usage() { + cat <