remove Additional Drivers desktop file

This commit is contained in:
Mason Hock 2019-09-13 01:05:10 -07:00
parent 324b1c8c2a
commit 0e809a3bdc

View file

@ -74,6 +74,8 @@ 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 sed 's/status = self.get_status()/status = Snapd.SnapStatus.UNKNOWN/' -i softwareproperties/LivepatchSnap.py
rm data/software-properties-drivers.desktop.in
changelog "Removed Ubuntu-specifc tests, Livepatch, Snap" changelog "Removed Ubuntu-specifc tests, Livepatch, Snap"
compile compile