mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-01-12 18:02:21 +08:00
Update Debian package to "conflict" with cmdtest (#5898)
The `cmdtest` package also installs a `yarn` command, and people often get confused by this (see #2821). If we specify that the Yarn package conflicts with the cmdtest package, installing Yarn will automatically uninstall cmdtest.
This commit is contained in:
committed by
Maël Nison
parent
ec7e671f2b
commit
c640c45cfd
@@ -1,7 +1,7 @@
|
||||
Package: yarn
|
||||
Version: $VERSION-1
|
||||
Recommends: nodejs
|
||||
Conflicts: nodejs (<< 4.0.0)
|
||||
Conflicts: nodejs (<< 4.0.0), cmdtest
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
||||
Reference in New Issue
Block a user