cyg-apt icon indicating copy to clipboard operation
cyg-apt copied to clipboard

[WIP] Added make uninstall

Open alquerci opened this issue 11 years ago • 4 comments

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Related tickets
License GNU GPLv3

  • [ ] Ensure that works

alquerci avatar Aug 15 '14 19:08 alquerci

This is a good feature. A few questions:

  • Shouldn't we remove directories as well? (/usr/share/doc/cyg-apt/, /usr/lib/python2.7/site-packages/cygapt/, etc.)
  • Shouldn't we remove egg-info files like /usr/lib/python2.7/site-packages/cygapt-1.1.0rc1_91.ge480502.dirty-py2.7.egg-info?
  • Any problem with adding -v to rm options to display progress?

nylen avatar Sep 17 '14 15:09 nylen

  • Directories should be keep because we don't know what the user do with theses.
  • For egg-info files I don't know maybe yes (about old one).
  • rm -v nice idea

We need to learn about what we are allow to do on make uninstall.

We currently work on a Makefile that follow GNU coding standards (ref) co this implementation becomes out of date.

alquerci avatar Sep 17 '14 16:09 alquerci

Closing in favor of #66

alquerci avatar Sep 27 '14 15:09 alquerci

Reopen this since #69 has been planned for the version 2.0.

alquerci avatar Apr 11 '15 12:04 alquerci