misc: improve patch and xargs default usage on helpers.
This commit is contained in:
parent
4ad5d3ae6f
commit
11a7c33983
60 changed files with 109 additions and 106 deletions
|
|
@ -30,8 +30,8 @@ sed -i '/Before.*17.10/,/\ ./d' debian/control
|
|||
sed -i '/after the 17.04 release/,/not be removed./d' debian/control
|
||||
|
||||
# Remove deprecated packages
|
||||
grep -l ubuntu-drivers-common desktop*| xargs sed -i '/ubuntu-drivers-common/d'
|
||||
grep -l snapd desktop*| xargs sed -i '/snapd/d'
|
||||
grep -l ubuntu-drivers-common desktop*| xargs -r sed -i '/ubuntu-drivers-common/d'
|
||||
grep -l snapd desktop*| xargs -r sed -i '/snapd/d'
|
||||
replace 'ubuntu-release-upgrader-gtk' 'trisquel-release-upgrader-gtk'
|
||||
replace 'fonts-ubuntu' 'fonts-trisquel'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue