From c798363e140adeb24980bbb554fba19768c9f387 Mon Sep 17 00:00:00 2001 From: b068931cc450442b63f5b3d276ea4297 <77171083+b068931cc450442b63f5b3d276ea4297@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:21:12 +0100 Subject: [PATCH] remove desktop icon in uninstall.sh because there is none in install.sh --- uninstall.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 1b93c54..01bea02 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -16,11 +16,6 @@ delete_services(){ rm /lib/systemd/system/spyguard-watchers.service } -deleting_icon(){ - echo "[+] Deleting desktop icon" - rm "/home/${SUDO_USER}/Desktop/spyguard.desktop" -} - delete_packages(){ pkgs=("tshark" "dnsutils"