-
Notifications
You must be signed in to change notification settings - Fork 207
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
rpm installation removing all symlinks on update #133
Comments
I think I have found the issue: in the prerm script, all bins get removed, which is expected when uninstalling Metasploit. However, the prerm script of the old version gets invoked when upgrading, right at the end (after the postinstall script of the new version). So, the symlinks get successfully created, but deleted directly afterwards. Upgrade log (F33):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested on but not limited to Fedora32(probably affecting all rpm related distros):
After installation symlinks to all binary files get set correct but after package update all symlinks will be deleted leaving all binary files in place without any references.
This results in unusable binaries from the terminal environment.
The text was updated successfully, but these errors were encountered: