1
0
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:
Andrew Psaltis
2009-12-29 21:01:59 -05:00
parent c5cf7532ee
commit ff6cca2528
5 changed files with 5 additions and 56 deletions

View File

@@ -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']))