Kaydet (Commit) 179f0b5a authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

check package name

üst 4941779b
......@@ -147,7 +147,8 @@ class VideoDevice:
if oldpackage and oldpackage.replace("-", "_") in self._driverPackages():
call(oldpackage, "Xorg.Driver", "disable")
call(self.package, "Xorg.Driver", "enable")
if self.package:
call(self.package, "Xorg.Driver", "enable")
def requestDriverOptions(self):
if not self.package or self.package == "xorg-video":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment