Python: cleanup

This commit is contained in:
Stefan Saraev 2014-02-02 16:43:47 +02:00
parent 7ce92a0c19
commit adeb578ab0

View File

@ -158,4 +158,11 @@ post_makeinstall_target() {
echo "the issue in most cases"
exit 1
fi
# k0p
rm -rf $INSTALL/usr/bin/2to3
rm -rf $INSTALL/usr/bin/idle
rm -rf $INSTALL/usr/bin/pydoc
rm -rf $INSTALL/usr/bin/smtpd.py
rm -rf $INSTALL/usr/bin/python*-config
}