1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-04 04:44:12 +01:00

Added README and INSTALL files.

Added a setup.py script.
Added the new init and suspend scripts to a folder called other, which also holds all files which don't currently go in the /opt/wicd folders.  These are used by the setup.py script and put into their respective directories.
This commit is contained in:
imdano
2008-03-15 00:25:59 +00:00
parent 18f9638e3d
commit f662e62442
5 changed files with 213 additions and 0 deletions

14
INSTALL Normal file
View File

@@ -0,0 +1,14 @@
To install, just run:
sudo python setup.py install
For now almost all the files and directories are dumped to /opt/wicd, though
it's possible for the user to specify a different directory by editting two files;
setup.cfg, and wpath.py. Simply change all mentions of /opt/wicd in those files
to the directory of your choice.
It should also be noted that wicd also installs some files elsewhere, namely
init.d and suspend.d scripts, dbus configuration files, and pixmaps. Exactly
what gets put where can be viewed by opening up and reading setup.py.
In the (near) future, all the files will not all be put in one directory, and will
instead follow linux standards for directory structure.