mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
Cleaned up the wicd-curses code, pruned the documentation of old stuff, and removed the -c/-r options from wicd-curses, since only -r works.
This commit is contained in:
1
setup.py
1
setup.py
@@ -520,7 +520,6 @@ try:
|
||||
data.append(( wpath.mandir + 'man8/', ['man/wicd-curses.8']))
|
||||
if not wpath.no_install_docs:
|
||||
data.append(( wpath.docdir, ['curses/README.curses']))
|
||||
data.append(( wpath.docdir, ['curses/TODO.curses']))
|
||||
if not wpath.no_install_cli:
|
||||
data.append((wpath.lib, ['cli/wicd-cli.py']))
|
||||
data.append((wpath.bin, ['scripts/wicd-cli']))
|
||||
|
||||
Reference in New Issue
Block a user