actually disable snap

This commit is contained in:
Mason Hock 2019-09-09 12:24:57 -07:00
parent 6e2361a819
commit 324b1c8c2a

View file

@ -72,6 +72,7 @@ rm -rf tests
sed '/gir1.2-snapd-1/d' -i debian/control sed '/gir1.2-snapd-1/d' -i debian/control
sed '/self.init_livepatch/d' -i softwareproperties/gtk/SoftwarePropertiesGtk.py sed '/self.init_livepatch/d' -i softwareproperties/gtk/SoftwarePropertiesGtk.py
patch -p0 < $DATA/remove_livepatch_from_gtk_ui.patch patch -p0 < $DATA/remove_livepatch_from_gtk_ui.patch
sed 's/status = self.get_status()/status = Snapd.SnapStatus.UNKNOWN/' -i softwareproperties/LivepatchSnap.py
changelog "Removed Ubuntu-specifc tests, Livepatch, Snap" changelog "Removed Ubuntu-specifc tests, Livepatch, Snap"