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

Exclusive cleanup #262

Open
jurf opened this issue Jan 25, 2019 · 0 comments
Open

Exclusive cleanup #262

jurf opened this issue Jan 25, 2019 · 0 comments

Comments

@jurf
Copy link
Member

jurf commented Jan 25, 2019

Linux distribution and version

Silverblue F29

Flatpak-builder version

flatpak-builder 1.0.1

Description of the problem

Sometimes it’s desired to only leave some files when cleaning up. E.g. with Ghostscript, which installs a lot of tools, but the app in question only uses the main gs executable, which results in horrendous cleanups.

Having a ! notation would really help, as with .gitignore’s:

cleanup:
  - /bin
  - !/bin/gs

Or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant