Update package.py
updated debian distro compatability to include linuxmint, LMDE ***untested*** but should work, or at least not break anything currently working
This commit is contained in:
@@ -108,7 +108,7 @@ def get_backend():
|
||||
"""Return the appropriate package backend."""
|
||||
distname = utils.dist_name()
|
||||
backend = None
|
||||
if distname in ["debian", "debian gnu/linux", "ubuntu"]:
|
||||
if distname in ["debian", "debian gnu/linux", "ubuntu", "linuxmint", "LMDE"]:
|
||||
backend = DEBPackage
|
||||
elif "centos" in distname:
|
||||
backend = RPMPackage
|
||||
|
||||
Reference in New Issue
Block a user