From 34a94306ca43f5c67997a43dc3f8f67521999795 Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Sat, 24 Oct 2020 12:00:47 -0500 Subject: [PATCH] - Removed unneeded uninstall function for Budgie DE --- xkeysnail_service.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index 61cc299..953e85f 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -483,10 +483,7 @@ elif [[ $1 == "5" || $1 == "uninstall" || $1 == "Uninstall" ]]; then fi sudo systemctl daemon-reload # sudo systemctl --state=not-found --all | grep xkeysnail - budgieUninstall exit 0 -elif [[ $1 == "budgieUpdate" ]]; then - budgieUpdate else echo "Expected argument was not provided" fi