gnome3.updateScript: fix updating to unstable versions

This commit is contained in:
Jan Tojnar 2018-03-03 05:49:47 +01:00
parent 7a0ee31dd9
commit 4e82900063
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -15,7 +15,7 @@ def odd_unstable(version_str, selected):
if selected == 'stable':
return even
else:
return not even
return True
def no_policy(version, selected):
return True