Skip to content
Snippets Groups Projects
Commit b1310874 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

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

parent 18b470f9
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -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 ...@@ -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
......
...@@ -17,7 +17,7 @@ ...@@ -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" ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment