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

Implement post-install hooks #9

Open
thetredev opened this issue Oct 4, 2023 · 2 comments
Open

Implement post-install hooks #9

thetredev opened this issue Oct 4, 2023 · 2 comments

Comments

@thetredev
Copy link
Collaborator

For example, when installing vscode, the code shell command is not present on Void Linux. Linking /usr/share/code/bin/code to /usr/bin/code or /usr/local/bin/code has to be done manually. This should be automated. The tool needs to be aware of this and handle it appropriately, but the actual definition of what needs to be done has to be specified in the package definition over at https://github.com/thetredev/xdeb-install-repositories.

@thetredev
Copy link
Collaborator Author

@toluschr could this be the solution to post_unpack? Or is post_unpack supposed to be executed before package installation?

@thetredev
Copy link
Collaborator Author

Implemented with 9b7d7d3

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