1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-04 15:25:51 +01:00

Experimental: Apply changes involving setup.py

* Added setup.py from trunk
 * Updated various information files (AUTHORS, README, etc)
 * Update the Wicd icon
 * Move stuff around to match trunk's layout
This commit is contained in:
compwiz18
2008-08-23 20:14:43 +00:00
parent 2261b25101
commit 0844386017
91 changed files with 2945 additions and 1793 deletions

3
scripts/wicd Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
/usr/lib/wicd/wicd-daemon.py $@

2
scripts/wicd-client Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
/usr/lib/wicd/wicd-client.py $@