Update some core utilities

This commit is contained in:
2025-04-02 12:30:30 -03:00
parent 5d541a845a
commit 76a9a37e81
2 changed files with 13 additions and 1 deletions

View File

@ -42,5 +42,8 @@ if compgen -G "bash-completion*tar*" > /dev/null; then
chmod +x bash_completion
fi
# Handle shared libraries
mv -f $(fd --glob "*.so*") ../lib
# Unchange directory
popd > /dev/null