summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 031afd3..777b7f3 100755
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,6 @@ python_scripts = [(os.path.join(cwd, path), '__version__ = ') for path in (
'bin/eclean-dist',
'bin/eclean-pkg',
'bin/epkginfo',
- 'bin/glsa-check',
'pym/gentoolkit/eclean/cli.py',
'pym/gentoolkit/enalyze/__init__.py',
'pym/gentoolkit/ekeyword/ekeyword.py',
@@ -61,7 +60,6 @@ manpages = [(os.path.join(cwd, path[0]), path[1]) for path in (
('man/eread.1', 'EREAD'),
('man/eshowkw.1', 'ESHOWKW'),
('man/euse.1', 'EUSE'),
- ('man/glsa-check.1', 'GLSA-CHECK'),
('man/imlate.1', 'IMLATE'),
('man/revdep-rebuild.1', 'REVDEP-REBUILD'),
)]