View | Details | Raw Unified | Return to bug 51194
Collapse All | Expand All

(-)a/pyLinuxWheel.py (-1 / +1 lines)
Lines 103-109 class UtilPath: Link Here
103
        return os.path.join(self.get_data_path(), "rules")
103
        return os.path.join(self.get_data_path(), "rules")
104
104
105
    def check_logitech_rules(self):
105
    def check_logitech_rules(self):
106
        return os.path.exists(os.path.join('/etc', 'udev', 'rules.d',  self.rules_file))
106
        return os.path.exists(os.path.join('/usr', 'lib', 'udev', 'rules.d',  self.rules_file))
107
107
108
    def download_file(self,url, file_name):
108
    def download_file(self,url, file_name):
109
        downloaded= False
109
        downloaded= False

Return to bug 51194