Removed uninstallers and reinstallers

These are seldom used and native support via Homebrew, for example, is
better than what these scripts can do. This also reduces additional
maintenance burden on this project.
This commit is contained in:
Brooke Kuhlmann
2022-12-24 07:35:00 -07:00
parent 966b1596be
commit 93151ac7d2
4 changed files with 0 additions and 83 deletions

View File

@@ -64,14 +64,6 @@ process_option() {
verify_rust_crates;;
'C')
caffeinate_machine;;
'ua')
uninstall_application;;
'ux')
uninstall_extension;;
'ra')
reinstall_application;;
'rx')
reinstall_extension;;
'w')
clean_work_path;;
'q');;