Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add codium.profile as a redirect to vscodium.profile
Both base names are valid: $ grep '^NAME' /etc/os-release NAME="Artix Linux" $ pacman -Q vscodium-bin vscodium-bin 1.60.2-2 $ pacman -Qlq vscodium-bin | grep -v -e '/$' -e /resources/ | grep /bin/ /usr/bin/codium /usr/bin/vscodium /usr/share/vscodium-bin/bin/codium Note: The first two paths are symlinks to the third one. Fixes netblue30#3871.
- Loading branch information