mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fedora HAL
This commit is contained in:
parent
b529439ada
commit
c027381636
@ -208,7 +208,10 @@ def setup_udev_rules():
|
|||||||
try:
|
try:
|
||||||
check_call('/etc/init.d/hald restart', shell=True)
|
check_call('/etc/init.d/hald restart', shell=True)
|
||||||
except:
|
except:
|
||||||
|
try:
|
||||||
check_call('/etc/init.d/hal restart', shell=True)
|
check_call('/etc/init.d/hal restart', shell=True)
|
||||||
|
except:
|
||||||
|
check_call('/etc/init.d/haldaemon restart', shell=True)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
check_call('udevcontrol reload_rules', shell=True)
|
check_call('udevcontrol reload_rules', shell=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user