- Removed unneeded uninstall function for Budgie DE

This commit is contained in:
Ryan Reaves
2020-10-24 12:00:47 -05:00
parent 76e6186d54
commit 34a94306ca

View File

@@ -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