diff --git a/helpers/make-mate-desktop-environment b/helpers/make-mate-desktop-environment
index d5d907144b74c46c068d5abb0346316f1fab05b6..06ca2f1a1722a9d64fadd04bca5c406f5d79d411 100644
--- a/helpers/make-mate-desktop-environment
+++ b/helpers/make-mate-desktop-environment
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2020  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2020-2022  Ruben Rodriguez <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,11 +17,16 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
 sed 's/eom .*,/viewnior,/' -i debian/control
+sed 's/ubuntu-mate-themes |//' -i debian/control
+sed 's/ubuntu-mate-wallpapers/trisquel-wallpapers/' -i debian/control
+sed 's/thunderbird/icedove/' -i debian/control
+sed 's/firefox/abrowser/' -i debian/control
+sed 's/fonts-cantarell | fonts-ubuntu/fonts-trisquel/' -i debian/control
 
 changelog "Default to Viewnior for image viewer"