This commit is contained in:
Kovid Goyal 2008-01-04 18:28:47 +00:00
parent ad1ec0f474
commit 6f7a0c8bb7

View File

@ -211,7 +211,10 @@ def setup_udev_rules():
try:
check_call('/etc/init.d/hal restart', shell=True)
except:
try:
check_call('/etc/init.d/haldaemon restart', shell=True)
except:
check_call('/etc/rc.d/rc.hald restart', shell=True)
try:
check_call('udevcontrol reload_rules', shell=True)