Added support for KDE neon

Updated _OS_MAP_NAME and  _OS_FAMILY_MAP to map 'neon' into 'KDE neon' and to associate that with the Debian. 
For details about KDE neon see neon.kde.org
This commit is contained in:
John Hubbard 2017-04-26 10:23:38 -07:00 committed by GitHub
parent 7a63e3cfd2
commit 6a2c320b9b

View File

@ -1123,6 +1123,7 @@ _OS_NAME_MAP = {
'slesexpand': 'RES',
'void': 'Void',
'linuxmint': 'Mint',
'neon': 'KDE neon',
}
# Map the 'os' grain to the 'os_family' grain
@ -1183,6 +1184,7 @@ _OS_FAMILY_MAP = {
'antiX': 'Debian',
'NILinuxRT': 'NILinuxRT',
'NILinuxRT-XFCE': 'NILinuxRT',
'KDE neon': 'Debian',
'Void': 'Void',
}