diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 19:24:09 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 19:24:09 (EDT) |
commit | bb0cc85036ea43beff64cd87dc65e4d7c3dba58b (patch) | |
tree | bb37fe8a4392961d6a97703debdd334b5c478b98 | |
parent | a13e8a1168458869af66469fccbd297b23079eec (diff) |
opkg: Use Conflicts instead of Breaks
-rw-r--r-- | opkg-lede.pkg/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opkg-lede.pkg/control b/opkg-lede.pkg/control index 7fd32aa..ac52211 100644 --- a/opkg-lede.pkg/control +++ b/opkg-lede.pkg/control @@ -1,8 +1,8 @@ Architecture: any Platform: all Depends: usign, ${Shlib-Depends} -Conflicts: opkg-common (<< 0.2.4-2) +Conflicts: opkg-common (<< 0.2.4-2), opkg (<= 0.2.4-2), opkg-gpg (<= 0.2.4-2), + opkg-common (<= 0.2.4-2) Replaces: opkg (<= 0.2.4-2), opkg-gpg (<= 0.2.4-2), opkg-common (<= 0.2.4-2) -Breaks: opkg (<= 0.2.4-2), opkg-gpg (<= 0.2.4-2), opkg-common (<= 0.2.4-2) Description: Lightweight package manager - LEDE/OpenWrt fork ${Common-Description} |