We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945a725 commit 9fd336aCopy full SHA for 9fd336a
usr/lib/linuxmint/mintUpdate/mintUpdate.py
@@ -1669,8 +1669,7 @@ def __init__(self):
1669
1670
try:
1671
# Only support kernel selection in Linux Mint (not LMDE)
1672
- release_info = xapp.os.get_os_release_info()
1673
- if release_info["NAME"].lower() == "linux mint" and float(release_info["VERSION_ID"]) >= 13:
+ if not os.path.exists("/usr/share/doc/debian-system-adjustments/copyright"):
1674
viewSubmenu.append(kernelMenuItem)
1675
except Exception as e:
1676
print (e)
0 commit comments