Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: support uninstallation in the Makefile #156

Open
mbideau opened this issue Feb 17, 2025 · 1 comment
Open

Feature request: support uninstallation in the Makefile #156

mbideau opened this issue Feb 17, 2025 · 1 comment
Labels
A-konfigkoll Area: konfigkoll A-paketkoll Area: paketkoll C-enhancement Category: New feature or request good first issue Good for newcomers

Comments

@mbideau
Copy link

mbideau commented Feb 17, 2025

Is your feature request related to a problem? Please describe.

I would like to be able to uninstall the program after I installed it.
Right now I cannot do make uninstall-paketkoll, I have to read the Makefile and proceed manually.

Describe the solution you'd like

Add a command uninstall-paketkoll to the Makefile (may be also uninstall-konfigkoll)

@mbideau mbideau added the C-enhancement Category: New feature or request label Feb 17, 2025
@VorpalBlade
Copy link
Owner

The makefile is mainly intended to be used by packaging scripts (e.g. when building an Arch Linux or Debian package), not to directly install on your system. But contributions are welcome on this, and it should be easy enough to add a pair of targets that runs rm on the relevant files.

@VorpalBlade VorpalBlade added help wanted Extra attention is needed good first issue Good for newcomers A-paketkoll Area: paketkoll A-konfigkoll Area: konfigkoll and removed help wanted Extra attention is needed labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-konfigkoll Area: konfigkoll A-paketkoll Area: paketkoll C-enhancement Category: New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants