ubuntu-budgie-meta, ubuntukylin-meta: remove whoopsie dependency.

This commit is contained in:
Ark74 2023-02-16 02:26:06 -06:00
parent 18b470f969
commit b1310874e4
2 changed files with 6 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=3 VERSION=4
. ./config . ./config
# Rebrand and tweak packages # Rebrand and tweak packages
@ -29,6 +29,8 @@ sed -i '/budgie-desktop-raspi/,/it not be removed./d' debian/control
# Remove deprecated packages # Remove deprecated packages
grep -l ubuntu-drivers-common desktop*| xargs sed -i '/ubuntu-drivers-common/d' grep -l ubuntu-drivers-common desktop*| xargs sed -i '/ubuntu-drivers-common/d'
grep -l snapd desktop*| xargs sed -i '/snapd/d' grep -l snapd desktop*| xargs sed -i '/snapd/d'
grep -l whoopsie desktop* | xargs sed -i '/whoopsie/d'
grep -l apport desktop* | xargs sed -i '/apport/d'
grep -l ubuntu-budgie desktop*| xargs sed -i 's|ubuntu-budgie|trisquel-budgie|g' grep -l ubuntu-budgie desktop*| xargs sed -i 's|ubuntu-budgie|trisquel-budgie|g'
sed -i 's|ubuntu-budgie|trisquel-budgie|' metapackage-map sed -i 's|ubuntu-budgie|trisquel-budgie|' metapackage-map

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=4 VERSION=5
. ./config . ./config
rm_pkg_line(){ rm_pkg_line(){
@ -28,6 +28,8 @@ grep -rl $1 | xargs sed -i "/$1/d"
grep -l ubuntu-drivers-common desktop* | xargs sed -i '/ubuntu-drivers-common/d' grep -l ubuntu-drivers-common desktop* | xargs sed -i '/ubuntu-drivers-common/d'
grep -l snapd desktop* | xargs sed -i '/snapd/d' grep -l snapd desktop* | xargs sed -i '/snapd/d'
grep -l kylin-docs desktop* | xargs sed -i '/ubuntu-kylin-docs/d' grep -l kylin-docs desktop* | xargs sed -i '/ubuntu-kylin-docs/d'
grep -l whoopsie desktop* | xargs sed -i '/whoopsie/d'
grep -l apport desktop* | xargs sed -i '/apport/d'
rm_pkg_line xul-ext-ubufox rm_pkg_line xul-ext-ubufox
rm_pkg_line branding-ubuntu rm_pkg_line branding-ubuntu
rm_pkg_line ubuntu-advantage-tools rm_pkg_line ubuntu-advantage-tools