jabranham / system-packages

Moved to gitlab
https://gitlab.com/jabranham/system-packages
GNU General Public License v3.0
39 stars 12 forks source link

Remove obsolete variables #15

Closed edwargix closed 6 years ago

edwargix commented 6 years ago

The current code sets the variables system-packages-packagemanager and system-packages-usesudo as obsolete (see LOC https://github.com/jabranham/system-packages/blob/78fd4c0cf9ce9a5b824a01fd91429c94ea2b2920/system-packages.el#L255 and https://github.com/jabranham/system-packages/blob/78fd4c0cf9ce9a5b824a01fd91429c94ea2b2920/system-packages.el#L266). However, other parts of the code still use these variables, and the variables appear in the docs and in the README. This PR fixes all of that.

jabranham commented 6 years ago

Thanks!