Hi! I noticed that installing the package yarnpkg in Debian installs a binary at /usr/bin/yarnpkg. However a lot of JavaScript projects expect the binary name to be 'yarn', so I always end up doing a local override with `sudo ln -sfv yarnpkg /usr/bin/yarn` What is the situation here, are there plans/bug trackers for getting yarn installed at /usr/bin/yarn?