With the default arg of /usr/local, the uninstall script will end up removing the system's entire /usr/local/bin directory. Or if the user runs just uninstall $HOME/.local, then the uninstall script will remove $HOME/.local/bin. Similarly, the script also deletes entire completion directories.
The uninstalls script should simply remove any files that were deployed in the install.
With the default arg of
/usr/local, the uninstall script will end up removing the system's entire/usr/local/bindirectory. Or if the user runsjust uninstall $HOME/.local, then the uninstall script will remove$HOME/.local/bin. Similarly, the script also deletes entire completion directories.The uninstalls script should simply remove any files that were deployed in the install.