1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

Fixed bug where building with setup.py wouldn't add rcX symlinks to init.d, so wicd wouldn't start at boot.

This commit is contained in:
imdano
2008-04-19 09:09:15 +00:00
parent df6b2ba484
commit a176c84373
2 changed files with 23 additions and 0 deletions

View File

@@ -81,3 +81,7 @@ connect at startup to any preferred network within range.
py_modules=['networking', 'misc', 'wnettools', 'wpath'],
data_files=data
)
print "Running post-install configuration..."
os.system("other/postinst")
print 'Done.'