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

Removed ubuntu-advantage-tools dependency from update-manager

parent 689e7247
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=10
VERSION=11
. ./config
......@@ -28,6 +28,8 @@ patch --no-backup-if-mismatch -p1 < $DATA/remove-livepatch.patch
sed -i '/import LivePatchSocket/d' UpdateManager/Dialogs.py
sed -i '/self.check_livepatch_status/d' UpdateManager/Dialogs.py
sed -i "/ubuntu-advantage-tools/d" debian/control
#Closes #12545
patch -p0 < $DATA/trisquel-versions.patch
......
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