From 97b72fc4e7c6ccf70e6d69b9cb30445f869afb9c Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Sun, 16 Dec 2007 01:20:33 -0500 Subject: [PATCH] Don't try to install chsh and chfn They are gone! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ede1215..56cb27a 100755 --- a/setup.py +++ b/setup.py @@ -6,6 +6,6 @@ setup( name='ceo', description='CSC Electronic Office', packages=[ 'ceo', 'ceo.urwid' ], - scripts=['bin/ceo', 'bin/ceoquery', 'bin/csc-chfn', 'bin/csc-chsh'], + scripts=['bin/ceo', 'bin/ceoquery' ], )