forked from LBRYCommunity/lbry-sdk
lbry replaces old lbrynet
This commit is contained in:
parent
00b1881f20
commit
5368c91399
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ cat "$PACKAGING_DIR/postinst_append" >> control/postinst
|
|||
|
||||
# change package name from lbrynet to lbry
|
||||
sed -i 's/^Package: lbrynet/Package: lbry/' control/control
|
||||
echo "Conflicts: lbrynet (<< 0.3.5)" >> control/control
|
||||
echo "Replaces: lbrynet (<< 0.3.5)" >> control/control
|
||||
|
||||
# repackage .deb
|
||||
$SUDO chown -R root:root control data
|
||||
|
|
Loading…
Reference in a new issue