You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
In examining the .deb of the newest version of Lando I found that on line 13 of postrm the user configuration for Lando is being removed from their home directory.
rm -rf "$HOME/.lando"
This does not seem like it is correct. Programs should not be deleting a user's configuration for them that is in their home directory.
If a user installs Lando then changes their personal configuration then uninstalls it to install a new version they would lose all their configuration changes. This is not nice for the user.
Please consider removing this from the postrm script.
Thanks for your consideration of this!
Frederick
The text was updated successfully, but these errors were encountered:
Hi!
In examining the .deb of the newest version of Lando I found that on line 13 of postrm the user configuration for Lando is being removed from their home directory.
rm -rf "$HOME/.lando"
This does not seem like it is correct. Programs should not be deleting a user's configuration for them that is in their home directory.
If a user installs Lando then changes their personal configuration then uninstalls it to install a new version they would lose all their configuration changes. This is not nice for the user.
Please consider removing this from the postrm script.
Thanks for your consideration of this!
Frederick
The text was updated successfully, but these errors were encountered: